Daniyal khan

Results 26 comments of Daniyal khan

fixing this part since although the file checkout arm, file name is still x86 ![image](https://github.com/openai/triton/assets/48022006/fe89bca3-2d2e-4e28-a390-51c0e5eb434d)

Tried fiddling around with a bunch of CMake options but I think this is from the host python version. Works fine

let me know any concerns since I'm aware this code is a bit hacky

> Hi @WikiLucas00, I thought the build has been fixed after this PR, but actually I'm still seeing mlir-opt's ELF format doesn't match. @danikhan632, do you want to double check?...

oh thats not good, a bit uncertain why this is happening since when file is run on it says arm64, let me fix this my bad

> Yeah, I have several ARM nodes and encountered the same issue before. Please pin me when you have a PR ready and I'm happy to a look and have...

> May I know what is the following tar file? Is it something you built? > > ``` > url = "https://storage.googleapis.com/compiled-blob/llvm-c2301380-ubuntu-arm64.tar.gz" > ``` Yes I custom built this this...

> Building LLVM from source on Arm64 works but that doesn't fix this issue which is about the prebuilt LLVM Arm64 binaries provided by OpenAI. Yeah I updated my PR...

> We are aware of the issue. @danikhan632 is working on a fix I believe going to have the workflow runner build x64 binaries first just for mlir-tblgen, clang-tblgen, llvm-tblgen...

> We are aware of the issue. @danikhan632 is working on a fix I believe Got it fully fixed, built triton with it, ran the binaries, python mlir bindings etc...