Commit 39bc3b83 authored by root's avatar root
Browse files

profiler fix

parent eca84f93
...@@ -85,6 +85,7 @@ int profile_gemm_universal_streamk(int argc, char* argv[]) ...@@ -85,6 +85,7 @@ int profile_gemm_universal_streamk(int argc, char* argv[])
using F32 = float; using F32 = float;
using F16 = ck::half_t; using F16 = ck::half_t;
using BF16 = ck::bhalf_t;
#if defined(CK_USE_FP8_ON_UNSUPPORTED_ARCH) || defined(CK_USE_GFX94) #if defined(CK_USE_FP8_ON_UNSUPPORTED_ARCH) || defined(CK_USE_GFX94)
using F8 = ck::f8_t; using F8 = ck::f8_t;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment