Skip to content

Commit

Permalink
Add nsys profiling back in
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Mar 18, 2024
1 parent 577e780 commit 6fcd86d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -644,9 +644,9 @@ steps:
- label: "GPU: GPU dry baroclinic wave"
key: "target_gpu_implicit_baroclinic_wave"
command:
# nsys profile --trace=nvtx,cuda --output=target_gpu_implicit_baroclinic_wave/report
- mkdir -p target_gpu_implicit_baroclinic_wave
- >
nsys profile --trace=nvtx,cuda --output=target_gpu_implicit_baroclinic_wave/report
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file ${GPU_CONFIG_PATH}target_gpu_implicit_baroclinic_wave.yml
artifact_paths: "target_gpu_implicit_baroclinic_wave/*"
Expand Down Expand Up @@ -684,9 +684,9 @@ steps:

- label: "GPU: gpu_aquaplanet_dyamond"
command:
# nsys profile --trace=nvtx,cuda --output=gpu_aquaplanet_dyamond/report
- mkdir -p gpu_aquaplanet_dyamond
- >
nsys profile --trace=nvtx,cuda --output=gpu_aquaplanet_dyamond/report
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file ${GPU_CONFIG_PATH}gpu_aquaplanet_dyamond.yml
artifact_paths: "gpu_aquaplanet_dyamond/*"
Expand Down

0 comments on commit 6fcd86d

Please sign in to comment.