mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Add -DHIP_ENABLE_WARP_SYNC_BUILTINS to cpp_extensions for torchvision
This commit is contained in:
parent
b134bfade7
commit
75800c9f4b
1 changed files with 1 additions and 0 deletions
|
|
@ -280,6 +280,7 @@ COMMON_HIPCC_FLAGS = [
|
|||
'-DCUDA_HAS_FP16=1',
|
||||
'-D__HIP_NO_HALF_OPERATORS__=1',
|
||||
'-D__HIP_NO_HALF_CONVERSIONS__=1',
|
||||
'-DHIP_ENABLE_WARP_SYNC_BUILTINS=1'
|
||||
]
|
||||
|
||||
JIT_EXTENSION_VERSIONER = ExtensionVersioner()
|
||||
|
|
|
|||
Loading…
Reference in a new issue