Commit 3ff641c4 authored by rusty1s's avatar rusty1s
Browse files

build aten

parent 5bae8a85
......@@ -11,8 +11,10 @@ if osp.exists('build'):
files = ['serial', 'grid']
headers = ['torch_cluster/src/{}_cpu.h'.format(f) for f in files]
headers += ['aten/TH/THGreedy.h', 'aten/TH/THGrid.h']
sources = ['torch_cluster/src/{}_cpu.c'.format(f) for f in files]
include_dirs = ['torch_cluster/src']
sources += ['aten/TH/THGreedy.c', 'aten/TH/THGrid.c']
include_dirs = ['torch_cluster/src', 'aten/TH']
define_macros = []
extra_objects = []
with_cuda = False
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment