summaryrefslogtreecommitdiff
path: root/debug_tools/WatchYourStep/ptxjitplus/readme.txt
diff options
context:
space:
mode:
authorJonathan <[email protected]>2018-06-26 13:20:39 -0700
committerJonathan <[email protected]>2018-06-26 13:20:39 -0700
commit584ebaa74a838680e6ed1fa13ac266e88c30c071 (patch)
tree59523a4db9b6b4923611777928818d0bfc8b0ffc /debug_tools/WatchYourStep/ptxjitplus/readme.txt
parent978730086509050df16b77b9fbb4cc3ef19f3f6a (diff)
exports and imports param data in new debug tool: WatchYourStep
Diffstat (limited to 'debug_tools/WatchYourStep/ptxjitplus/readme.txt')
-rw-r--r--debug_tools/WatchYourStep/ptxjitplus/readme.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/debug_tools/WatchYourStep/ptxjitplus/readme.txt b/debug_tools/WatchYourStep/ptxjitplus/readme.txt
new file mode 100644
index 0000000..2bc1ccb
--- /dev/null
+++ b/debug_tools/WatchYourStep/ptxjitplus/readme.txt
@@ -0,0 +1,7 @@
+Sample: ptxjit
+Minimum spec: SM 2.0
+
+This sample uses the Driver API to just-in-time compile (JIT) a Kernel from PTX code. Additionally, this sample demonstrates the seamless interoperability capability of the CUDA Runtime and CUDA Driver API calls. For CUDA 5.5, this sample shows how to use cuLink* functions to link PTX assembly using the CUDA driver at runtime.
+
+Key concepts:
+CUDA Driver API