Added initial base for opcreatetensor
This commit is contained in:
parent
93041b4519
commit
014f15d552
14 changed files with 422 additions and 61 deletions
5
Makefile
5
Makefile
|
|
@ -14,9 +14,10 @@ SCMP=/c/VulkanSDK/1.2.141.2/Bin32/glslangValidator.exe
|
|||
|
||||
build: build_shaders
|
||||
$(CC) \
|
||||
-g -fexceptions -fPIC \
|
||||
src/* \
|
||||
-std=c++14 \
|
||||
-std=c++17 \
|
||||
-g -fexceptions -fPIC \
|
||||
-static-libgcc -static-libstdc++ \
|
||||
-DDEBUG=1 \
|
||||
-I"./external/" \
|
||||
-I"./src/" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue