Skip to content

Commit

Permalink
Remove nsys from benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Jun 12, 2024
1 parent 1acf6c0 commit a776475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/target/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ steps:
- group: "Target Benchmark"
steps:
- label: ":bucket: Bucket"
command: "nsys launch julia --color=yes --project=.buildkite experiments/benchmarks/bucket.jl"
command: "julia --color=yes --project=.buildkite experiments/benchmarks/bucket.jl"
artifact_paths:
- "bucket_benchmark_gpu/*html"
- "bucket_benchmark_gpu/*nsys*"
Expand Down
2 changes: 1 addition & 1 deletion experiments/benchmarks/bucket.jl
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ ProfileCanvas.html_file(alloc_flame_file, profile)

if ClimaComms.device() isa ClimaComms.CUDADevice
import CUDA
CUDA.@profile external = true setup_and_solve_problem()
CUDA.@profile setup_and_solve_problem()
end

if get(ENV, "BUILDKITE_PIPELINE_SLUG", nothing) == "climaland-benchmark"
Expand Down

0 comments on commit a776475

Please sign in to comment.