You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

RELU6_dt_bfloat16.cu 240 B

1234567
  1. // generated by gen_elemwise_kern_impls.py
  2. #if !MEGDNN_DISABLE_FLOAT16
  3. #define KERN_IMPL_MODE(cb) MEGDNN_ELEMWISE_MODE_ENABLE(RELU6, cb)
  4. #define KERN_IMPL_ARITY 1
  5. #define KERN_IMPL_CTYPE dt_bfloat16
  6. #include "../kern_impl.inl"
  7. #endif