Files
composable_kernel/include/ck/tensor_operation/gpu/device
JonathanLichtnerAMD 3c7fef7f80 Conditionally log a DeviceGroupedConvBwdWeightTwoStage_Xdl_CShuffle warning (#1860)
The code was emitting a warning if MIOpen did not create a workspace
prior to invoking the IsSupportedArgument method, but the
condition for MIOpen to create a workspace was not met, and so this
condition was not really an error but more of a log message.  This commit
addresses this issue by using the CK_LOGGING facility to only generate the
log message if the CK_LOGGING environment variable is set.
2025-02-11 17:25:00 -07:00
..
2024-03-08 17:11:51 -08:00
2023-08-15 02:25:28 +08:00
2024-03-08 17:11:51 -08:00
2024-06-25 16:37:35 -05:00