diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-08-27 07:48:54 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-08-27 07:48:54 +0000 |
commit | 33b2dacaa73f1e4f4a97d828249c5f093c3b33c4 (patch) | |
tree | 4ba95b6ca349d19e2afef9a80ac6751e6ca5e027 /math/tvm/pkg-plist | |
parent | New port: devel/dmlc-core: Common library for scalable and portable distribut... (diff) |
New port: math/tvm: Deep learning compiler stack for cpu, gpu and specialized accelerators
Notes
Notes:
svn path=/head/; revision=509994
Diffstat (limited to 'math/tvm/pkg-plist')
-rw-r--r-- | math/tvm/pkg-plist | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/math/tvm/pkg-plist b/math/tvm/pkg-plist new file mode 100644 index 000000000000..3a1393e21738 --- /dev/null +++ b/math/tvm/pkg-plist @@ -0,0 +1,17 @@ +include/tvm/runtime/c_backend_api.h +include/tvm/runtime/c_runtime_api.h +include/tvm/runtime/device_api.h +include/tvm/runtime/module.h +include/tvm/runtime/ndarray.h +include/tvm/runtime/node_base.h +include/tvm/runtime/object.h +include/tvm/runtime/packed_func.h +include/tvm/runtime/registry.h +include/tvm/runtime/serializer.h +include/tvm/runtime/threading_backend.h +include/tvm/runtime/util.h +include/tvm/runtime/vm.h +lib/libnnvm_compiler.so +lib/libtvm.so +lib/libtvm_runtime.so +lib/libtvm_topi.so |