Skip to content

Commit

Permalink
make only visible on device (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
drisspg authored and ttl10101 committed Feb 7, 2024
1 parent 4af3759 commit 95bc8ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ class PersistentTileSchedulerSm90StreamK {
}

// 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) {
Expand Down

0 comments on commit 95bc8ef

Please sign in to comment.