mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
Revert "Update Cutlass to v2.11 (#94188)"
This reverts commit a0f9abdcb651bb948d2d6e9f7d3ce947e2c53659. Reverted https://github.com/pytorch/pytorch/pull/94188 on behalf of https://github.com/ezyang due to bouncing this to derisk branch cut
This commit is contained in:
@ -225,6 +225,7 @@ MSVC_IGNORE_CUDAFE_WARNINGS = [
|
||||
|
||||
COMMON_NVCC_FLAGS = [
|
||||
'-D__CUDA_NO_HALF_OPERATORS__',
|
||||
'-D__CUDA_NO_HALF_CONVERSIONS__',
|
||||
'-D__CUDA_NO_BFLOAT16_CONVERSIONS__',
|
||||
'-D__CUDA_NO_HALF2_OPERATORS__',
|
||||
'--expt-relaxed-constexpr'
|
||||
|
Reference in New Issue
Block a user