Faycel Kouteib
Faycel Kouteib
Hi @mrinalwadhwa, can you please provide some details here? I may be able to help. I already have the toolchain and license. I just don't know what you want done...
I have read the CLA Document and I hereby sign the CLA.
> Does it pickup the CMake setup and build/test? No, not without adding a toolchain file. >Maybe we'll need to write a CMake toolchain file. Yes. Done. PR will be...
HI @mrinalwadhwa I can't push my local branch to your repo. I am trying to put up PR for the toolchain files change made to get the above results. Thanks.
I onion peeled this further by commenting out compile errors as I go to see the next set of failures. Below is my attempt at bucketizing compile errors as you...
You are correct. I fixed this as part of another PR I submitted, that should merge in the next day or two.
`cd triton_repo/python; python3 setup.py bdist_wheel` then you have a wheel file in created 'dist' directory.
hey @hforoughmand, if you want to run the version of the tutorial at tip of main branch (also published on the triton website), I recommend building/installing Triton main branch from...
hey @LukeLIN-web, re: > AttributeError: 'Constant' object has no attribute 'lineno'. It's already fixed in mainline by https://github.com/openai/triton/pull/3201. I don't know about the original assert. > AssertionError: cannot convert NotImplemented...
> I still has this problem AttributeError: 'Constant' object has no attribute 'lineno'. With which version? It was not patched in Triton v2.3 release branch from which binaries were published...