Commit Graph

2 Commits

Author SHA1 Message Date
egaburov
af61c9bae3 working on target-nvptx64... need to add nvptx64 2013-07-28 15:50:08 +02:00
egaburov
67b549a937 Added nvptx64 target. Things to do:
1. builtins/target-nvptx64.ll to write, now it is just a copy of target-generic-1.ll
2. add __global__ & __device__ scope
2. make code work for a single cuda thread
3. use tasks to work as a block grid and programIndex as laneIdx, programCount as warpSize
4. ... and more...
2013-07-28 14:31:43 +02:00