8000 Revert clBlast version to original reference. by christophe-murphy · Pull Request #3678 · arrayfire/arrayfire · GitHub
[go: up one dir, main page]

Skip to content

Revert clBlast version to original reference. #3678

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CMakeModules/build_CLBlast.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ if(TARGET clblast OR AF_WITH_EXTERNAL_PACKAGES_ONLY)
message(ERROR "CLBlast now found")
endif()
else()
# This specific reference passes tests
af_dep_check_and_populate(${clblast_prefix}
URI https://github.com/cnugteren/CLBlast.git
REF 1.6.3
REF 4500a03440e2cc54998c0edab366babf5e504d67
)

include(ExternalProject)
Expand Down
Loading
0