"...composable_kernel_rocm.git" did not exist on "874a78f91b2a78312c2d6c53b8ae50bce83c5083"
Commit c4c96460 authored by Jing Zhang's avatar Jing Zhang
Browse files

format

parent f59394c2
...@@ -52,8 +52,7 @@ struct f8_to_fp16 ...@@ -52,8 +52,7 @@ struct f8_to_fp16
struct Relu struct Relu
{ {
__host__ __device__ void __host__ __device__ void operator()(ck::half_t& e, const ck::half_t& c) const
operator()(ck::half_t& e, const ck::half_t& c) const
{ {
e = c > 0 ? c : 0; e = c > 0 ? c : 0;
} }
......
...@@ -15,4 +15,5 @@ cmake ...@@ -15,4 +15,5 @@ cmake
-D GPU_TARGETS="gfx908;gfx90a;gfx940" \ -D GPU_TARGETS="gfx908;gfx90a;gfx940" \
-D CMAKE_VERBOSE_MAKEFILE:BOOL=ON \ -D CMAKE_VERBOSE_MAKEFILE:BOOL=ON \
-D USE_BITINT_EXTENSION_INT4=OFF \ -D USE_BITINT_EXTENSION_INT4=OFF \
-D DL_KERNELS=ON \
${MY_PROJECT_SOURCE} ${MY_PROJECT_SOURCE}
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