search for: tp58384

Displaying 2 results from an estimated 2 matches for "tp58384".

Did you mean: 58384
2013 Jun 07
2
[LLVMdev] How to generate constant memory for ptx code by NVPTX?
...emory and load it by ld.global.f32 But I want one_f to be placed in constant memory and load it by ld.const.f32. Is it any way to achieve this ?? Thanks in advance. Antony Yu -- View this message in context: http://llvm.1065342.n5.nabble.com/How-to-generate-constant-memory-for-ptx-code-by-NVPTX-tp58384.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2013 Jun 07
0
[LLVMdev] How to generate constant memory for ptx code by NVPTX?
...one_f to be placed in constant memory and load it by > ld.const.f32. Is it any way to achieve this ?? > > Thanks in advance. > Antony Yu > > > > -- > View this message in context: > http://llvm.1065342.n5.nabble.com/How-to-generate-constant-memory-for-ptx-code-by-NVPTX-tp58384.html > Sent from the LLVM - Dev mailing list archive at Nabble.com. > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -- Thanks, Just...