diff options
| author | Andrew M. B. Boktor <[email protected]> | 2012-04-21 15:01:07 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:19:05 -0700 |
| commit | 70c5cf131f49275dd572c002ee287bdcdadff69e (patch) | |
| tree | 2982816439c1444738615253a179f9912947a4a0 /src/cuda-sim/ptxinfo.l | |
| parent | 37b9cfe783d9271b1bf578878b7557642547822b (diff) | |
Supporting ptxas from CUDA 4.0
Simply ignoring some lines
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12054]
Diffstat (limited to 'src/cuda-sim/ptxinfo.l')
| -rw-r--r-- | src/cuda-sim/ptxinfo.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuda-sim/ptxinfo.l b/src/cuda-sim/ptxinfo.l index 361fd7f..18bf77d 100644 --- a/src/cuda-sim/ptxinfo.l +++ b/src/cuda-sim/ptxinfo.l @@ -45,7 +45,7 @@ unsigned ptxinfo_col = 0; %} %% - +"ptxas info : Function properties for"[^\n]*\n[^\n]* "warning"[^\n]* TC; return WARNING; "ptxas" TC; return HEADER; "info" TC; return INFO; |
