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:
PyTorch MergeBot
2023-02-13 19:03:36 +00:00
parent f70ba23415
commit 36dfbb08f3
6 changed files with 7 additions and 4 deletions

View File

@ -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'