diag: add CUDA_LAUNCH_BLOCKING for crash debug
This commit is contained in:
@@ -423,6 +423,8 @@ class FmhaV3StageCMulti:
|
||||
|
||||
|
||||
def test():
|
||||
import os
|
||||
os.environ['CUDA_LAUNCH_BLOCKING'] = '1'
|
||||
torch.manual_seed(42)
|
||||
for n in [128]:
|
||||
torch.manual_seed(42)
|
||||
|
||||
Reference in New Issue
Block a user