Skip to content

Commit 9ab9bbd

Browse files
committed
Update conftest.py
1 parent fa269b3 commit 9ab9bbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def restore_env_variables():
5353
os.environ.update(env_backup)
5454
# these are currently known leakers - ideally these would not be allowed
5555
allowlist = {
56+
"CUBLAS_WORKSPACE_CONFIG", # enabled with deterministic flag
5657
"CUDA_DEVICE_ORDER",
5758
"LOCAL_RANK",
5859
"NODE_RANK",

0 commit comments

Comments
 (0)