Skip to content

Commit

Permalink
Add PerturbField.o to build file.
Browse files Browse the repository at this point in the history
  • Loading branch information
alserene committed Oct 25, 2024
1 parent c444018 commit b939e36
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build_cffi.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@

# compiled cuda code
# extra_objects = [os.path.join(CLOC, "hello_world.o")]
extra_objects = [os.path.join(CLOC, "hello_world.o"), os.path.join(CLOC, "filtering.o")]
extra_objects = [
os.path.join(CLOC, "hello_world.o"),
os.path.join(CLOC, "filtering.o"),
os.path.join(CLOC, "PerturbField.o"),
]
extra_link_args = ["-lcudart"]

# Set the C-code logging level.
Expand Down

0 comments on commit b939e36

Please sign in to comment.