Commit 865e9593 authored by ozturkutah's avatar ozturkutah
Browse files

clang formatting

parent b68c6cf0
......@@ -13,7 +13,6 @@ using CShuffleDataType = ck::bhalf_t;
using ALayout = Row;
using BLayout = Col;
// using BLayout = Row;
using CLayout = Row;
using AElementOp = PassThrough;
......
File mode changed from 100644 to 100755
......@@ -182,10 +182,6 @@ bool run_gemm(const ProblemType& problem_size, const ExecutionConfig& config)
std::cout << "b_k_n: " << b_k_n.mDesc << std::endl;
std::cout << "c_m_n: " << c_m_n_host_result.mDesc << std::endl;
// Added By Emin
// Added By Emin
#ifdef BUILD_INT4_EXAMPLE
DeviceMem a_m_k_device_buf(sizeof(KernelADataType) * a_m_k.mDesc.GetElementSpaceSize());
DeviceMem b_k_n_device_buf(sizeof(KernelBDataType) * b_k_n.mDesc.GetElementSpaceSize());
......
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