Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Fix some compile issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
alliepiper committed Jun 9, 2021
1 parent f622bf3 commit f9fbcbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cub/block/block_load.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ private:

/// Constructor
__device__ __forceinline__ LoadInternal(
TempStorage &temp_storage,
TempStorage &/*temp_storage*/,
int linear_tid)
:
linear_tid(linear_tid)
Expand Down
1 change: 0 additions & 1 deletion cub/block/block_store.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,6 @@ private:
TempStorage &/*temp_storage*/,
int linear_tid)
:
temp_storage(temp_storage.Alias()),
linear_tid(linear_tid)
{}

Expand Down

0 comments on commit f9fbcbe

Please sign in to comment.