mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-18 03:49:41 +00:00
* Use gemm_multiple_D instead
* Add gemm bias relu quantization example
* Add pure gemm quantization example
* Add quantization of perchannel conv + bias + relu example
* Refine the code
* Rename multiplier to requant_scale
* Rename the folder
* Remove redundant comment
* Rename the file. Prepare to add perchannel
* Add conv perchannel instance
* Move to quantization folder
* Add conv perchannel client example
* Apply Rangify constructor of HostTensorDescriptor & Tensor<>
* Fix merge error
[ROCm/composable_kernel commit: ad541ad6b9]
4 lines
394 B
CMake
4 lines
394 B
CMake
add_example_executable(example_conv2d_fwd_xdl_perchannel_quantization_int8 conv2d_fwd_xdl_bias_relu_perchannel_quantization_int8.cpp)
|
|
add_example_executable(example_conv2d_fwd_xdl_perlayer_quantization_int8 conv2d_fwd_xdl_perlayer_quantization_int8.cpp)
|
|
add_example_executable(example_conv2d_fwd_xdl_bias_relu_perlayer_quantization_int8 conv2d_fwd_xdl_bias_relu_perlayer_quantization_int8.cpp)
|