maesfahani / gpuocelot

Automatically exported from code.google.com/p/gpuocelot
0 stars 0 forks source link

LLVM Translator #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Describe the New Feature:
 1. Implement a high level translator interface for moving between
different Instruction classes.  

 2. Implement a specific translator that examines a vector of PTX
instructions and produces an equivalent vector of LLVM instructions.

Note: This first version will use naive translation where each PTX
instruction maps to one or more LLVM instructions.  It should not pay
attention to automatic vectorization at all.

Which milestone does the feature belong to?
0.7.0

Which branch does the new feature go in?
Trunk

Original issue reported on code.google.com by gregory....@gatech.edu on 29 Jul 2009 at 10:14

GoogleCodeExporter commented 8 years ago
Finished translator and tests over the entire regression suite.

Original comment by gregory....@gatech.edu on 7 Sep 2009 at 8:01