Skip to content

Commit 7c49c75

Browse files
authored
update the dependency on libtriton_jit (#978)
1 parent bb76019 commit 7c49c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if(FLAGGEMS_USE_EXTERNAL_TRITON_JIT)
5353
else()
5454
set(TRITON_JIT_INSTALL ON) # install triton jit
5555
FetchContent_Declare(TritonJIT
56-
GIT_REPOSITORY https://github.com/iclementine/libtriton_jit.git
56+
GIT_REPOSITORY https://github.com/FlagTree/libtriton_jit.git
5757
# SOURCE_DIR <your local source dir of libtriton_jit>
5858
)
5959
FetchContent_MakeAvailable(TritonJIT)

0 commit comments

Comments
 (0)