Merge commit 'a7d6b1e7008c0b6e1af8a7d79389aefbdca4da65' into develop

This commit is contained in:
assistant-librarian[bot]
2026-01-07 16:16:37 +00:00
parent 850997ff67
commit 54e7d86ee2
63 changed files with 1191 additions and 62 deletions

View File

@@ -53,7 +53,7 @@ using DeviceElementwisePermuteInstance = ck::tensor_operation::device::DeviceEle
int main(int argc, char* argv[])
{
bool do_verification = true;
bool time_kernel = true;
bool time_kernel = false;
std::vector<std::size_t> nchw = {16, 128, 32, 64};