mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 02:02:46 +00:00
Grouped conv fwd with direct load (#3082)
* Grouped conv fwd with direct load
* fix
* fix
* Add IsSupported check
* Fix
* fix inductor
[ROCm/composable_kernel commit: 66bae4306c]
This commit is contained in:
@@ -66,6 +66,8 @@ class CKGroupedConvFwdOp:
|
||||
a_compute_dtype: Optional[str] = None
|
||||
b_compute_dtype: Optional[str] = None
|
||||
|
||||
direct_load: Optional[bool] = None
|
||||
|
||||
def name(self):
|
||||
# cpp alias for template instance
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user