[CI, CK examples] Disable time_kernel for CI tests and examples (#3464)

* Disable kernel timing in tests

* default time_kernel = false in old CK examples

[ROCm/composable_kernel commit: 0a474aa62f]
This commit is contained in:
Johannes Graner
2026-01-07 16:30:57 +01:00
committed by GitHub
parent edc3e4a870
commit acf98936bc
61 changed files with 61 additions and 61 deletions

View File

@@ -56,7 +56,7 @@ template<> struct emb_kernel<ck::half_t, 8192> { using kernel_type = DeviceInsta
int main(int argc, char* argv[])
{
bool time_kernel = true;
bool time_kernel = false;
ck::index_t num_rows = 65536;
constexpr auto dims = ck::Sequence<256, 512, 768, 1024, 1536, 2048, 4096, 8192>{};