You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update triton to e44bd1c83c1c3e8deac7c4f02683cfb3cc395c8b (#345)
This updates to latest Triton main which should resolve the nightly
build issues.
Primary changes:
* Change conversion of tts::MakeGatherScatterTensorPtrOp to insert
identity cast so that DialectConversion does not ignore the type
converted operand of the associated tts::LoadOp when supplying the op
adaptor to the pattern.
* Move support of unsplat to the new dedicated operation since they do
not do reduction anymore
* Add missing test figure to conftest
* Disable float annotation tests since bfloat16 and float16 are not
supported in CPU backend
* Add missing link library to registering of passes
* Update construction of ValueRange{} which was causing compilation
errors.
* Remove unused builder in TPtrOps since it caused linker errors.
* Remove bfloat16 and float16 from CPU backend since not testing is
present. Better to crash during compilation than get runtime errors.
* Remove GPUDialect that is no longer present upstream
0 commit comments