Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix separate compilation
-dc
(NVIDIA#433)
* Fix separate compilation `-dc` - when cutlass is included in multiple compilation units compiled with `-dc` OOB_NAN_F16x8 device constant is instantiated multiple times causing Multiple definition of '_ZN7cutlass4arch13OOB_NAN_F16x8E' error This PR makes this variable a local constant as it is not modified during runtime Signed-off-by: Janusz Lisiecki <[email protected]> * Fix Signed-off-by: Janusz Lisiecki <[email protected]> * Test GH Signed-off-by: Janusz Lisiecki <[email protected]> * Revert test GH Signed-off-by: Janusz Lisiecki <[email protected]>
- Loading branch information