From 11b308e7363e937966b035b4891db32b4eece3bf Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Fri, 1 Oct 2010 08:55:28 -0800 Subject: integrating recent changes from fermi-test into fermi (i'll use "fermi" for more disruptive changes to the pipeline model such as updating the MSHRs and getting rid of the warp tracker, ripping out DWF, etc...) [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7805] --- benchmarks/CUDA/CP/driver/text.py | 75 --------------------------------------- 1 file changed, 75 deletions(-) delete mode 100644 benchmarks/CUDA/CP/driver/text.py (limited to 'benchmarks/CUDA/CP/driver/text.py') diff --git a/benchmarks/CUDA/CP/driver/text.py b/benchmarks/CUDA/CP/driver/text.py deleted file mode 100644 index b8e1097..0000000 --- a/benchmarks/CUDA/CP/driver/text.py +++ /dev/null @@ -1,75 +0,0 @@ -#! /usr/bin/env python - -from itertools import imap -import re - -TOKEN = re.compile(r"(?:^|(?<=\s))[^\s]+|(?:^|(? COLUMNS: break - n += 1 - n = max(n, 1) - - # Concatenate the tokens and prepend spaces for indentation - outls.append(' ' * inl_indent + "".join(tokens[:n])) - - # Continue with tokens - tokens = tokens[n:] - - return "\n".join(outls) - - -- cgit v1.3