diff options
| author | Mengchi Zhang <[email protected]> | 2019-05-20 09:34:29 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-05-20 09:34:29 -0400 |
| commit | ab1221c14fa548404d4012f30399cb23a892f30c (patch) | |
| tree | 3b47b5c352cac13519557d983ef302b0fcc6a07a /libcuda/cuda_runtime_api.cc | |
| parent | 0a48acad6390fb9434b82b6dd66ab6625a83a848 (diff) | |
| parent | 579047c1dd9fec1b69e7904aeb6a25553c8dbd69 (diff) | |
Merge pull request #3 from echoedit/dev
reentrant ptx parser
Diffstat (limited to 'libcuda/cuda_runtime_api.cc')
| -rw-r--r-- | libcuda/cuda_runtime_api.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcuda/cuda_runtime_api.cc b/libcuda/cuda_runtime_api.cc index 11dcd5a..fc152c2 100644 --- a/libcuda/cuda_runtime_api.cc +++ b/libcuda/cuda_runtime_api.cc @@ -3261,7 +3261,6 @@ extern int ptx__scan_string(const char*); extern FILE *ptx_in; extern int ptxinfo_parse(); -extern int ptxinfo_debug; extern FILE *ptxinfo_in; /// static functions |
