Open vivekvpandya opened 1 month ago
From what I see in the log, this is due to the missing lowering for tl.device_assert
. Asserts support has been added just recently: aa6a64e476f6fa4a50c69f626c09a312a2db65c8. Did you use the latest version with this patch included? If the latest version still fails, a Triton kernel reproducer would help a lot to debug the issue.
Trying to run following gpt2 demo with triton-cpu and certain tirton kernel fails with above error:
Dump of triton IR with more details are attached in log file. log.txt
cc @ienkovich @minjang