Skip to content

Commit

Permalink
renamed extensions file to attempsolve issues with Windows compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
stefdoerr committed Jan 21, 2025
1 parent b90b49d commit 869ac2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def set_torch_cuda_arch_list():
ExtensionType = CppExtension if not use_cuda else CUDAExtension
extensions = ExtensionType(
name='torchmdnet.extensions.torchmdnet_extensions',
sources=[os.path.join(extension_root, "extensions.cpp")] + neighbor_sources,
sources=[os.path.join(extension_root, "torchmdnet_extensions.cpp")] + neighbor_sources,
include_dirs=include_paths(),
define_macros=[('WITH_CUDA', 1)] if use_cuda else [],
)
Expand Down
File renamed without changes.

0 comments on commit 869ac2c

Please sign in to comment.