mirror of
https://github.com/NVIDIA/cutlass.git
synced 2026-05-11 17:00:05 +00:00
make only visible on device (#1071)
This commit is contained in:
@@ -556,7 +556,7 @@ public:
|
||||
}
|
||||
|
||||
// Returns the linearized index of the output tile corresponding to the tile with offset [L, M, K]
|
||||
CUTLASS_HOST_DEVICE
|
||||
CUTLASS_DEVICE
|
||||
static int
|
||||
output_tile_index(Params const& params, WorkTileInfo const& work_tile_info) {
|
||||
if (params.splits_ > 1) {
|
||||
|
||||
Reference in New Issue
Block a user