Skip to content

Commit

Permalink
Include cublasLt header
Browse files Browse the repository at this point in the history
  • Loading branch information
JieRen98 committed Dec 1, 2024
1 parent b9fcc8d commit acd5318
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ versinclude_HEADERS = \
include/starpu_disk.h \
include/starpu_cublas.h \
include/starpu_cublas_v2.h \
include/starpu_cublasLt.h \
include/starpu_cusolver.h \
include/starpu_cusparse.h \
include/starpu_hipblas.h \
Expand Down
1 change: 1 addition & 0 deletions doc/doxygen/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ dox_inputs = $(DOX_CONFIG) \
$(top_srcdir)/include/starpu_bound.h \
$(top_srcdir)/include/starpu_cublas.h \
$(top_srcdir)/include/starpu_cublas_v2.h \
$(top_srcdir)/include/starpu_cublasLt.h \
$(top_srcdir)/include/starpu_cusparse.h \
$(top_srcdir)/include/starpu_cuda.h \
$(top_srcdir)/include/starpu_cusolver.h \
Expand Down
1 change: 1 addition & 0 deletions doc/doxygen/chapters/files.doxy
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
\file starpu_cublas.h
\file starpu_cublas_v2.h
\file starpu_cuda.h
\file starpu_cublasLt.h
\file starpu_cusolver.h
\file starpu_cusparse.h
\file starpu_data_filters.h
Expand Down
1 change: 1 addition & 0 deletions doc/doxygen/doxygen-config-include.cfg.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ INPUT += @top_builddir@/doc/doxygen/starpu_config.h \
@top_srcdir@/include/starpu_task_list.h \
@top_srcdir@/include/starpu_task_util.h \
@top_srcdir@/include/starpu_cuda.h \
@top_srcdir@/include/starpu_cublasLt.h \
@top_srcdir@/include/starpu_cusparse.h \
@top_srcdir@/include/starpu_cublas.h \
@top_srcdir@/include/starpu_cublas_v2.h \
Expand Down
1 change: 1 addition & 0 deletions include/starpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ typedef INT_PTR intptr_t;
#include <starpu_hip.h>
#include <starpu_hipblas.h>
#include <starpu_cublas.h>
#include <starpu_cublasLt.h>
#include <starpu_cusparse.h>
#include <starpu_bound.h>
#include <starpu_hash.h>
Expand Down

0 comments on commit acd5318

Please sign in to comment.