Skip to content

Commit

Permalink
Revert "WAR for TBLIS compiler detection while upstream PR is pending (
Browse files Browse the repository at this point in the history
…#890)" (#915)

This reverts commit 0e0ea0f.
  • Loading branch information
manopapad authored May 2, 2023
1 parent e9e7fe0 commit a1f9fd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/thirdparty/get_tblis.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,11 @@ function(find_or_configure_tblis)
endfunction()

if(NOT DEFINED cunumeric_TBLIS_BRANCH)
set(cunumeric_TBLIS_BRANCH cunumeric)
set(cunumeric_TBLIS_BRANCH master)
endif()

if(NOT DEFINED cunumeric_TBLIS_REPOSITORY)
set(cunumeric_TBLIS_REPOSITORY https://github.com/manopapad/tblis.git)
set(cunumeric_TBLIS_REPOSITORY https://github.com/devinamatthews/tblis.git)
endif()

find_or_configure_tblis(VERSION 1.2.0
Expand Down

0 comments on commit a1f9fd6

Please sign in to comment.