adding sfilter and saxpy
This commit is contained in:
@@ -33,11 +33,11 @@ PROJECT=sgemm
|
||||
|
||||
all: $(PROJECT).dump $(PROJECT).hex
|
||||
|
||||
libsgemm.a: kernel.cl
|
||||
lib$(PROJECT).a: kernel.cl
|
||||
POCL_DEBUG=all POCL_DEBUG_LLVM_PASSES=1 LD_LIBRARY_PATH=$(RISCV_TOOL_PATH)/lib:$(POCL_CC_PATH)/lib $(POCL_CC_PATH)/bin/poclcc -o kernel.pocl kernel.cl
|
||||
|
||||
$(PROJECT).elf: main.cc libsgemm.a
|
||||
$(CXX) $(CXXFLAGS) -I$(POCL_RT_PATH)/include -L$(POCL_RT_PATH)/lib/static -L. $(VX_SRCS) main.cc -Wl,--whole-archive -lsgemm -Wl,--no-whole-archive $(LIBS) -o $(PROJECT).elf
|
||||
$(PROJECT).elf: main.cc lib$(PROJECT).a
|
||||
$(CXX) $(CXXFLAGS) -I$(POCL_RT_PATH)/include -L$(POCL_RT_PATH)/lib/static -L. $(VX_SRCS) main.cc -Wl,--whole-archive -l$(PROJECT) -Wl,--no-whole-archive $(LIBS) -o $(PROJECT).elf
|
||||
|
||||
$(PROJECT).hex: $(PROJECT).elf
|
||||
$(HEX) -O ihex $(PROJECT).elf $(PROJECT).hex
|
||||
|
||||
0
benchmarks/opencl/sgemm/README
Normal file
0
benchmarks/opencl/sgemm/README
Normal file
10895
benchmarks/opencl/sgemm/emulator.debug
Normal file
10895
benchmarks/opencl/sgemm/emulator.debug
Normal file
File diff suppressed because it is too large
Load Diff
BIN
benchmarks/opencl/sgemm/kernel.pocl
Normal file
BIN
benchmarks/opencl/sgemm/kernel.pocl
Normal file
Binary file not shown.
781749
benchmarks/opencl/sgemm/sgemm.dump
Normal file
781749
benchmarks/opencl/sgemm/sgemm.dump
Normal file
File diff suppressed because it is too large
Load Diff
BIN
benchmarks/opencl/sgemm/sgemm.elf
Executable file
BIN
benchmarks/opencl/sgemm/sgemm.elf
Executable file
Binary file not shown.
52788
benchmarks/opencl/sgemm/sgemm.hex
Normal file
52788
benchmarks/opencl/sgemm/sgemm.hex
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user