Skip to content

Commit

Permalink
reverted hipblas cpp standard
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-devv committed Apr 5, 2024
1 parent 95f1f7c commit 1c48149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/llama_cpp_sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ fn compile_hipblas(cx: &mut Build, cxx: &mut Build, mut hip: Build) -> &'static
cxx.include(&rocm_include);

hip.compiler(rocm_hip_bin)
.std("c++17")
.std("c++11")
.file(LLAMA_PATH.join(cuda_file))
.include(LLAMA_PATH.join(cuda_header))
.define("GGML_USE_HIPBLAS", None)
Expand Down

0 comments on commit 1c48149

Please sign in to comment.