We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa269b3 commit 9ab9bbdCopy full SHA for 9ab9bbd
tests/conftest.py
@@ -53,6 +53,7 @@ def restore_env_variables():
53
os.environ.update(env_backup)
54
# these are currently known leakers - ideally these would not be allowed
55
allowlist = {
56
+ "CUBLAS_WORKSPACE_CONFIG", # enabled with deterministic flag
57
"CUDA_DEVICE_ORDER",
58
"LOCAL_RANK",
59
"NODE_RANK",
0 commit comments