Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Dec 13, 2023
1 parent e615b3a commit a72a223
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/enzyme_ad/jax/primitives.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
def resource_dir():
import os
dn = os.path.dirname(enzyme_call.__file__)
return os.path.join(dn, "..", "clang", "staging")
res = os.path.join(dn, "..", "..", "clang", "staging")
return res

def cflags():
import platform
Expand Down

0 comments on commit a72a223

Please sign in to comment.