From 70c5cf131f49275dd572c002ee287bdcdadff69e Mon Sep 17 00:00:00 2001 From: "Andrew M. B. Boktor" Date: Sat, 21 Apr 2012 15:01:07 -0800 Subject: Supporting ptxas from CUDA 4.0 Simply ignoring some lines [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12054] --- src/cuda-sim/ptxinfo.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.3