mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-21 21:39:15 +00:00
* complex type contraction
* bug fix
* update
* Tensor Contraction Complex Data Type is working
* 4D Kernel
* some change
* validation check in progress
* validation issue
* fp32 verification error is fixed
* fp32 and fp64 are done
* remove old files
* remove cmake files
* remove cmake files
* Readme
* img verification
* CMakeList
* number changed
---------
Co-authored-by: Illia Silin <98187287+illsilin@users.noreply.github.com>
Co-authored-by: Emin Ozturk <emin.ozturk@utah.edu>
[ROCm/composable_kernel commit: 4cd1dc7f06]
4 lines
225 B
CMake
Executable File
4 lines
225 B
CMake
Executable File
add_example_executable(example_complex_contraction_bilinear_xdl_fp32 complex_contraction_bilinear_xdl_fp32.cpp)
|
|
add_example_executable(example_complex_contraction_bilinear_xdl_fp64 complex_contraction_bilinear_xdl_fp64.cpp)
|
|
|