Add pattern matching for object type fallbacks
authorNot Zed <notzed@gmail.com>
Wed, 5 Jan 2022 03:14:12 +0000 (13:44 +1030)
committerNot Zed <notzed@gmail.com>
Wed, 5 Jan 2022 03:14:12 +0000 (13:44 +1030)
commit39229deb8095998d9405782f5f1509a15bac89c0
treef528b986c492424e1431b8f35421a386fb7c7299
parent6e4db7e40a15cc8164c2cce949ffaf656f473426
Add pattern matching for object type fallbacks
Add basic opencl api mapping, c-like with some conveniences.
src/export-defines
src/generate-native
src/template/Memory.java
test-opencl-basic/Makefile [new file with mode: 0644]
test-opencl-basic/opencl.api [new file with mode: 0644]
test-opencl-basic/opencl.h [new file with mode: 0644]
test-opencl-basic/src/opencl/test/TestOpenCL.java [new file with mode: 0644]