Json Lee
Json Lee
@LucasSte any advances for cpu support?
I also encountered a similar problem when compiling from source code: ``` ImportError: triton/python/triton/_C/libtriton.so: undefined symbol: LLVMInitializeSparcTarget ``` seems something is wrong with LLVM backend?
When I try `pip install -U --index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/Triton-Nightly/pypi/simple/ triton-nightly`, and run the tutorial vector-add example, ``` cd triton/python/tutorials python 01-vector-add.py ``` triger the errors: ``` File "miniconda3/lib/python3.10/site-packages/triton/compiler/compiler.py", line 369, in...
> > I also encountered a similar problem when compiling from source code: > > ``` > > ImportError: triton/python/triton/_C/libtriton.so: undefined symbol: LLVMInitializeSparcTarget > > ``` > > > >...