-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add GCN compiler target #2
Conversation
The first two commits are from #1 |
AMDGPUnative PR: JuliaGPU/AMDGPUnative.jl#46 |
37ec92a
to
9f07624
Compare
Rebased. Would be good to add some local tests + reverse CI. |
@maleadt aside from the 1.4/nightly failures, there are two broken testsets that I've marked. The invalid addrspacecast failure is expected (to/from Julia's addrspaces), the other I don't recognize. |
Looking at the segfault, I suspected a violated LLVM assertion, so I added a CI build for that:
|
For tests that are only broken on 1.4, you can import and use |
Add GCN tests and reverse CI Remove extra error calls
AMDGPUnative PR to follow