mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 10:09:41 +00:00
[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:
@@ -84,7 +84,7 @@ void host_elementwise2D(HostTensorC& C,
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
bool do_verification = true;
|
||||
bool time_kernel = true;
|
||||
bool time_kernel = false;
|
||||
|
||||
ck::index_t M = 48 * 256;
|
||||
ck::index_t N = 1024;
|
||||
|
||||
Reference in New Issue
Block a user