"tests/pipelines/vscode:/vscode.git/clone" did not exist on "0af12f1f8a1682833c944354daeba0c9d9c0f342"
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