Skip to content

Commit ad32065

Browse files
refactor: preliminary runs note on cond0d
1 parent 642d97c commit ad32065

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

scripts/shared_script_variables.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ def get_ngbxs_nsupers_runs() -> dict:
2929
(16, 128): 3,
3030
(128, 128): 3,
3131
(1024, 128): 3,
32-
(16384, 128): 3,
33-
(131072, 128): 3,
32+
(16384, 128): 3, # not for cond0d
33+
(131072, 128): 3, # not for cond0d
3434
}
3535
return ngbxs_nsupers_runs
3636

@@ -48,8 +48,8 @@ def get_ngbxs_nsupers_nthreads(
4848
(16, 128): [128, 64, 16, 1],
4949
(128, 128): [128, 64, 16, 1],
5050
(1024, 128): [128, 64, 16, 1],
51-
(16384, 128): [128, 64, 16, 1],
52-
(131072, 128): [128, 64, 16, 1],
51+
(16384, 128): [128, 64, 16, 1], # not for cond0d
52+
(131072, 128): [128, 64, 16, 1], # not for cond0d
5353
}
5454
return ngbxs_nsupers_nthreads
5555

0 commit comments

Comments
 (0)