diff options
| author | Tor Aamodt <[email protected]> | 2010-08-30 11:05:15 -0800 |
|---|---|---|
| committer | Tor Aamodt <[email protected]> | 2010-08-30 11:05:15 -0800 |
| commit | bb820c116764d7a1b8e071137d32b74e7f34dd2f (patch) | |
| tree | 313d6794087adc13490963b1f847bcc88ccdc0dd /src/cuda-sim/decuda_pred_table/decuda_pred_table.h | |
| parent | 80e1b49ff823190d0316623d414a343575c93eae (diff) | |
integrating CL 7421-7434 from fermi-test
this integrates the ptxplus functional model changes, but has only been
verified with CUDA 3.1 PTX regressions (which pass)
still need to verify ptxplus itself is working in this branch
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7435]
Diffstat (limited to 'src/cuda-sim/decuda_pred_table/decuda_pred_table.h')
| -rw-r--r-- | src/cuda-sim/decuda_pred_table/decuda_pred_table.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cuda-sim/decuda_pred_table/decuda_pred_table.h b/src/cuda-sim/decuda_pred_table/decuda_pred_table.h new file mode 100644 index 0000000..c2b827c --- /dev/null +++ b/src/cuda-sim/decuda_pred_table/decuda_pred_table.h @@ -0,0 +1 @@ +bool pred_lookup(int condition, int flags); |
