Skip to content

Commit

Permalink
Allow AMDGPU.jl CI to fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt authored Nov 28, 2024
1 parent 09b4708 commit f9f8606
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ steps:
rocm: "*"
if: build.message !~ /\[skip tests\]/ && !build.pull_request.draft
timeout_in_minutes: 120
soft_fail:
- exit_status: 3
soft_fail: true

- label: "AMDGPU.jl 1.11 opaque pointers"
plugins:
Expand Down

2 comments on commit f9f8606

@maleadt
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pxl-th
Copy link
Member

@pxl-th pxl-th commented on f9f8606 Nov 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a known issue. ROCm version on CI machines uses LLVM 18 so we can't read it's device libraries. I've temporarily disabled opaque pointers CI for AMDGPU. But I was planning to use your llvm downgrader for device libraries to fix this

Please sign in to comment.