update the fp8 header file name (#65)

* update the fp8 header name
This commit is contained in:
Andy li
2024-03-09 02:02:40 +08:00
committed by GitHub
parent 21e59fb283
commit e447c17382
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ set(COMMON_FILES
common.h
common.cu
nccl1_compat.h
rccl_bfloat8.h
rccl_float8.h
rccl_bfloat16.h
timer.h
timer.cc
+1 -1
View File
@@ -8,7 +8,7 @@
************************************************************************/
#include "cuda_runtime.h"
#include "rccl_bfloat8.h"
#include "rccl_float8.h"
#include "rccl_bfloat16.h"
#include "common.h"
#include <pthread.h>