| 50 | #if !MEGDNN_DISABLE_FLOAT16 |
| 51 | __half* zero_device_h() { return &m_const_scalars->f16[0].hip_x; } |
| 52 | __half* one_device_h() { return &m_const_scalars->f16[1].hip_x; } |
| 53 | #endif |
| 54 | dt_int32* zero_device_i32() { return &m_const_scalars->i32[0]; } |
| 55 | dt_int32* one_device_i32() { return &m_const_scalars->i32[1]; } |