You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, it is possible. For example, if you configure CUTLASS with cmake .. -DCUTLASS_NVCC_ARCHS="80", you can see an INT8 Conv2d kernel emitted under tools/library/generated/conv2d/80/i16832fprop_optimized_s8/cutlass_tensorop_i16832fprop_optimized_s8_256x128_64x3_nhwc_align16.cu
What is your question?
Hi, I would like to know if I can perform a conv2d fprop with int8 data type, in c++ kernels and in python.
Thanks.
The text was updated successfully, but these errors were encountered: