Skip to content

Commit

Permalink
added FP8 of CUDA 12
Browse files Browse the repository at this point in the history
reformated cuBLAS driver
  • Loading branch information
alheinecke committed Aug 26, 2023
1 parent 449879f commit 90d157d
Show file tree
Hide file tree
Showing 2 changed files with 1,087 additions and 715 deletions.
2 changes: 1 addition & 1 deletion level1/cuda_xgemm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

CC=g++
CFLAGS=-O3 -msse3
LDFLAGS=-lcublas -lcudart
LDFLAGS=-lcublas -lcublasLt -lcudart

default : cublas_test.cpp
$(CC) $(CFLAGS) $(LDFLAGS) -o CuBlasTEST cublas_test.cpp
Expand Down
Loading

0 comments on commit 90d157d

Please sign in to comment.