mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-16 19:09:59 +00:00
Move literal ""_uz & ""_zu into namespace 'ck::literals' (#354)
* Move literal ""_uz & ""_zu into namespace 'literals'
* Move namespace 'literals' as 'ck::literals'
[ROCm/composable_kernel commit: a670a5a092]
This commit is contained in:
@@ -22,6 +22,8 @@ struct ExecutionConfig final
|
||||
|
||||
bool run_gemm_add_add_fastgelu(const ProblemSize& problem_size, const ExecutionConfig& config)
|
||||
{
|
||||
using namespace ck::literals;
|
||||
|
||||
auto& [M, N, K, StrideA, StrideB, StrideD0, StrideD1, StrideE] = problem_size;
|
||||
|
||||
auto f_host_tensor_descriptor =
|
||||
|
||||
Reference in New Issue
Block a user