diff options
| author | Jonathan <[email protected]> | 2018-07-13 10:46:47 -0700 |
|---|---|---|
| committer | Jonathan <[email protected]> | 2018-07-13 10:48:42 -0700 |
| commit | d072fa72c6ffce7f34520d24c8cb285e0d5b92b2 (patch) | |
| tree | 912cdabee964cc0bbdb5f209ba50f79e6c8d6756 /debug_tools/WatchYourStep/ptxjitplus/Makefile | |
| parent | dd4728921136fa5f3a2e6c9591eed852ba871cb2 (diff) | |
Add more print statements to debug api calls
Fixed bug with 32bit rem
Fixed bug with launching kernels in ptxjitplus
Removed extraneous files
Cleaned up more pointers
Added documentation for ptxjitplus
Diffstat (limited to 'debug_tools/WatchYourStep/ptxjitplus/Makefile')
| -rw-r--r-- | debug_tools/WatchYourStep/ptxjitplus/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/debug_tools/WatchYourStep/ptxjitplus/Makefile b/debug_tools/WatchYourStep/ptxjitplus/Makefile index d571567..b273ac2 100644 --- a/debug_tools/WatchYourStep/ptxjitplus/Makefile +++ b/debug_tools/WatchYourStep/ptxjitplus/Makefile @@ -315,14 +315,11 @@ endif ptxjitplus.o:ptxjitplus.cpp $(EXEC) $(NVCC) $(INCLUDES) --cudart shared $(ALL_CCFLAGS) $(GENCODE_FLAGS) -g -o $@ -c $< -ptxjitplus: ptxjitplus.o ptxinst.o +ptxjitplus: ptxjitplus.o $(EXEC) $(NVCC) $(ALL_LDFLAGS) --cudart shared $(GENCODE_FLAGS) -g -o $@ $+ $(LIBRARIES) $(EXEC) mkdir -p ./bin/$(TARGET_ARCH)/$(TARGET_OS)/$(BUILD_TYPE) $(EXEC) cp $@ ./bin/$(TARGET_ARCH)/$(TARGET_OS)/$(BUILD_TYPE) -ptxinst.o:ptxinst.cpp - $(EXEC) $(NVCC) $(INCLUDES) --cudart shared $(ALL_CCFLAGS) $(GENCODE_FLAGS) -g -o $@ -c $< - run: build $(EXEC) ./ptxjitplus |
