Skip to content

Commit 89b7cba

Browse files
authored
Merge pull request #25 from laraPPr/update_hooks
update eb_hooks.py for memory expensive builds of jax
2 parents 9aa5e0a + 2548902 commit 89b7cba

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

eb_hooks.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2195,4 +2195,7 @@ def set_maximum(parallel, max_value):
21952195
'ROCm-LLVM': {
21962196
'*': (set_maximum, 12),
21972197
},
2198+
'jax': {
2199+
'*': (divide_by_factor, 2),
2200+
},
21982201
}

0 commit comments

Comments
 (0)