Commit c4c96460 authored by Jing Zhang's avatar Jing Zhang
Browse files

format

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