Conversation
|
https://buildkite.com/julialang/cutile-dot-jl/builds/5/steps/canvas?jid=019cdd8c-4e08-4437-af5a-e3deb9e0d9fb The CTAs hint failing makes sense if it doesn't have support pre-Hopper. cutile-python supports specifying hints based on arch, but in #27 I was lazy and just made it Int-or-nothing. Maybe EDIT: ok a little further up the log includes:
Not sure about the Ampere atomic error. I recall it having less support for atomics but it's weird that it fails silently? |
The atomic_add, atomic_xchg, and atomic_cas functions required exact
type matching between the value argument and array element type (via
TileOrScalar{T}). This caused a confusing codegen error when e.g.
passing bid() (Int32) to an Int64 array. Add conversion methods that
auto-promote mismatched types.
Also fixes the atomic_xchg test to use bid directly instead of bid+1,
which produced values outside the asserted range on some hardware.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
A download error maybe? These artifacts are very large, and are cached on CI after a first successful download. |



Closes #109