summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew M. B. Boktor <[email protected]>2012-04-21 15:01:07 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:19:05 -0700
commit70c5cf131f49275dd572c002ee287bdcdadff69e (patch)
tree2982816439c1444738615253a179f9912947a4a0 /src
parent37b9cfe783d9271b1bf578878b7557642547822b (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')
-rw-r--r--src/cuda-sim/ptxinfo.l2
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;