triton-lang / triton

Development repository for the Triton language and compiler
https://triton-lang.org/
MIT License
13.33k stars 1.63k forks source link

Build error on TableGen files #2867

Open ACGNnsj opened 10 months ago

ACGNnsj commented 10 months ago
TritonGPUAttrDefs.td(67,5): Error G0888248B : Initializer of 'attrName' in 'CTALayoutAttr' could not be fully resolved: !strconcat("triton_gpu", !strconcat(".", mnemonic))
def CTALayoutAttr : TritonGPU_Attr<"CTALayout"> {

I'm trying to build triton on Windows with main branch of llvm-project, and I have no idea on this error.

Wheest commented 10 months ago

The LLVM main branch moves quite quickly, and API breaking changes are common.

You can see the LLVM version that Triton builds against here in cmake/llvm-hash.txt.