Skip to content

Commit

Permalink
Merge branch 'branch-23.10' of https://github.com/rapidsai/rmm into f…
Browse files Browse the repository at this point in the history
…ea/devcontainers
  • Loading branch information
trxcllnt committed Sep 26, 2023
2 parents 0b3ee78 + c8acf76 commit a0de1b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/rmm/_lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ set(linked_libraries rmm::rmm)
# Build all of the Cython targets
rapids_cython_create_modules(SOURCE_FILES "${cython_sources}" LINKED_LIBRARIES "${linked_libraries}"
CXX)
# The cdef public functions in this file need to have a C ABI
target_compile_definitions(torch_allocator PRIVATE CYTHON_EXTERN_C=extern\ "C")

0 comments on commit a0de1b0

Please sign in to comment.