Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporary workaround for test_assert failure (triton-lang#1293)
This is related to the issue (triton-lang#1176) that internallinkage breaks test_subprocess::test_assert. The bug is caused by wrong __devicelib_assert_fail behavior when it is optimized by inlining or dead argument elimination. It is reported to IGC. Until it is resolved, I changed the workaround specific to __devicelib_assert_fail, so that other SPIR library functions can be statically linked.
- Loading branch information