Improvement to ck integration (#1859)
Add a CI job to test CK Add MIGRAPHX_TUNE_CK env variable to only do tuning for CK Continue tuning even when there is invalid configs Fix a bug with parallel compilation not using all available threads Add additional test for gemms using half types Removed int32 as supported type since it doesnt pass our test suite
Showing
| ... | ... | @@ -28,4 +28,4 @@ ROCmSoftwarePlatform/half@rocm-5.4.2 |
| pybind/pybind11@d159a563383d10c821ba7b2a71905d1207db6de4 --build | ||
| msgpack/msgpack-c@cpp-3.3.0 -DMSGPACK_BUILD_TESTS=Off | ||
| sqlite3@3.17 -DCMAKE_POSITION_INDEPENDENT_CODE=On | ||
| ROCmSoftwarePlatform/composable_kernel@ac580f77a84c705c678816ef7195adfcc02bdda5 -DCK_BUILD_JIT_LIB=On -DCMAKE_POSITION_INDEPENDENT_CODE=On | ||
| ROCmSoftwarePlatform/composable_kernel@5172ec5280f14974beee2acf1af1db3b2670244c -DCK_BUILD_JIT_LIB=On -DCMAKE_POSITION_INDEPENDENT_CODE=On |
Please register or sign in to comment