"vscode:/vscode.git/clone" did not exist on "5d37d7bff4e631c3b94112c31a52f209ca39dfe2"
Commit f603c763 authored by Emin Ozturk's avatar Emin Ozturk
Browse files

clang

parent 228bc13a
...@@ -83,8 +83,8 @@ int profile_gemm_universal_streamk(int argc, char* argv[]) ...@@ -83,8 +83,8 @@ int profile_gemm_universal_streamk(int argc, char* argv[])
rotating = std::stoull(argv[18]) * 1024 * 1024; rotating = std::stoull(argv[18]) * 1024 * 1024;
} }
using F32 = float; using F32 = float;
using F16 = ck::half_t; using F16 = ck::half_t;
using BF16 = ck::bhalf_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)
......
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