Skip to content

Commit

Permalink
Fix exposing detection of hipblas
Browse files Browse the repository at this point in the history
  • Loading branch information
sthibaul committed Jan 29, 2024
1 parent c4f790c commit d41dc5d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion include/starpu_config.h.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* StarPU --- Runtime system for heterogeneous multicore architectures.
*
* Copyright (C) 2009-2023 Université de Bordeaux, CNRS (LaBRI UMR 5800), Inria
* Copyright (C) 2009-2024 Université de Bordeaux, CNRS (LaBRI UMR 5800), Inria
* Copyright (C) 2020 Federal University of Rio Grande do Sul (UFRGS)
*
* StarPU is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -74,6 +74,14 @@
*/
#undef STARPU_USE_HIP

/**
Defined when StarPU has been installed with
HIP BLAS support. It should be used in your code to detect the
availability of HIP BLAS.
@ingroup API_HIP_Extensions
*/
#undef STARPU_USE_HIPBLAS

/**
Defined when StarPU has been installed with
NVidia-ML support. It should be used in your code to detect the
Expand Down

0 comments on commit d41dc5d

Please sign in to comment.