Results 6 comments of lzw

> You have a combined controller, so there's not much choice other than remoting in. So what should I do concretely to solve this problem ?

It appears that the issue stems from the [python/src/llvm.cc](https://github.com/triton-lang/triton/blob/main/python/src/llvm.cc#L22), which includes llvm/Support/TargetSelect.h . This file brings in all of LLVM's targets, whereas the CMake configuration only adds [the necessary targets...

Maybe we should just call needed Initialize in [llvm.cc](https://github.com/triton-lang/triton/blob/main/python/src/llvm.cc#L378-L387)

Here is a workaroud. ```cmake diff --git a/CMakeLists.txt b/CMakeLists.txt index 32ef8af26..136277ac1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,6 +26,7 @@ option(TRITON_BUILD_TUTORIALS "Build C++ Triton tutorials" ON) option(TRITON_BUILD_PYTHON_MODULE "Build Python Triton...

Maybe we can just open the link in browser to do save / zoom, here is a pr just do link open https://github.com/gotify/android/pull/375

I’ve added a unit test based on my use case https://github.com/huggingface/accelerate/issues/3668 (transformers tie_weight). https://github.com/Ghost-LZW/accelerate/commit/892ba83647419a1fa8dc365ee5449385df20b25f Can we cherry-pick this and apply the fix? @SunMarc @aws-rhsoln