Skip to content

Commit

Permalink
include: fix macro detection
Browse files Browse the repository at this point in the history
  • Loading branch information
nfurmento committed Apr 17, 2024
1 parent 6c10b92 commit 1d03d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/starpu_hip.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#pragma GCC diagnostic ignored "-Wimplicit-int"
#endif
#pragma GCC diagnostic ignored "-Wreturn-type"
#if STARPU_USE_HIPBLAS
#ifdef STARPU_USE_HIPBLAS
#include <hipblas/hipblas.h>
#endif
#include <hip/hip_runtime.h>
Expand Down

0 comments on commit 1d03d26

Please sign in to comment.