mirror of
https://github.com/karpathy/llm.c.git
synced 2026-07-28 20:35:09 -04:00
remove BF16 default from classified_fused before PR
This commit is contained in:
parent
1ea7f9bf25
commit
e1f89b3043
1 changed files with 0 additions and 4 deletions
|
|
@ -23,10 +23,6 @@ nvcc -O3 --use_fast_math -lcublas -lcublasLt classifier_fused.cu -o classifier_f
|
|||
|
||||
// todo - this file does not properly support anything but FP32
|
||||
// kernel 5 can be run in fp16/bf16 to test performance, but the outputs will be wrong
|
||||
#undef ENABLE_BF16
|
||||
#undef ENABLE_FP16
|
||||
#define ENABLE_BF16
|
||||
|
||||
#if defined(ENABLE_BF16)
|
||||
typedef __nv_bfloat16 floatX;
|
||||
#elif defined(ENABLE_FP16)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue