Skip to content

Commit

Permalink
Try removing check-bounds from GPU job to see if that fixes the PTX e…
Browse files Browse the repository at this point in the history
…rror
  • Loading branch information
dennisYatunin committed Jul 7, 2023
1 parent 851e5a9 commit 3ce6f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ steps:

- label: "Unit: matrix field broadcasting (GPU)"
key: unit_matrix_field_broadcasting_gpu
command: "julia --color=yes --check-bounds=yes --project=test test/MatrixFields/matrix_field_broadcasting.jl"
command: "julia --color=yes --project=test test/MatrixFields/matrix_field_broadcasting.jl"
agents:
slurm_gpus: 1

Expand Down

0 comments on commit 3ce6f45

Please sign in to comment.