search for: gpusin

Displaying 9 results from an estimated 9 matches for "gpusin".

Did you mean: cpuin
2013 Feb 08
0
[LLVMdev] [NVPTX] We need an LLVM CUDA math library, after all
...it helps a lot and we are working on it. A few questions, 1) What will be your use model of this library? Will you run optimization phases after linking with the library? If so, what are they? 2) Do you care if the names of functions differ from those in libm? For example, it would be gpusin() instead of sin(). 3) Do you need a different library for different host platforms? Why? 4) Any other functions (besides math) you want to see in this library? Thanks. Yuan From: Dmitry Mikushin [mailto:dmitry at kernelgen.org] Sent: Thursday, February 07, 2013 2:09 PM To: Justin H...
2013 Feb 17
2
[LLVMdev] [NVPTX] We need an LLVM CUDA math library, after all
...uestions,**** > > **1) **What will be your use model of this library? Will you run > optimization phases after linking with the library? If so, what are they?* > *** > > **2) **Do you care if the names of functions differ from those in > libm? For example, it would be gpusin() instead of sin(). **** > > **3) **Do you need a different library for different host platforms? > Why?**** > > **4) **Any other functions (besides math) you want to see in this > library?**** > > ** ** > > Thanks.**** > > ** ** > > Yuan**** >...
2013 Feb 17
0
[LLVMdev] [NVPTX] We need an LLVM CUDA math library, after all
...gt; **1) **What will be your use model of this library? Will you run >> optimization phases after linking with the library? If so, what are they? >> **** >> >> **2) **Do you care if the names of functions differ from those in >> libm? For example, it would be gpusin() instead of sin(). **** >> >> **3) **Do you need a different library for different host >> platforms? Why?**** >> >> **4) **Any other functions (besides math) you want to see in this >> library?**** >> >> ** ** >> >> Thanks.****...
2013 Feb 17
2
[LLVMdev] [NVPTX] We need an LLVM CUDA math library, after all
...will be your use model of this library? Will you run >>> optimization phases after linking with the library? If so, what are they? >>> **** >>> >>> **2) **Do you care if the names of functions differ from those in >>> libm? For example, it would be gpusin() instead of sin(). **** >>> >>> **3) **Do you need a different library for different host >>> platforms? Why?**** >>> >>> **4) **Any other functions (besides math) you want to see in this >>> library?**** >>> >>> **...
2013 Feb 17
0
[LLVMdev] [NVPTX] We need an LLVM CUDA math library, after all
...del of this library? Will you run >>>> optimization phases after linking with the library? If so, what are they? >>>> **** >>>> >>>> **2) **Do you care if the names of functions differ from those in >>>> libm? For example, it would be gpusin() instead of sin(). **** >>>> >>>> **3) **Do you need a different library for different host >>>> platforms? Why?**** >>>> >>>> **4) **Any other functions (besides math) you want to see in this >>>> library?**** >&...
2013 Feb 17
2
[LLVMdev] [NVPTX] We need an LLVM CUDA math library, after all
...Will you run >>>>> optimization phases after linking with the library? If so, what are they? >>>>> **** >>>>> >>>>> **2) **Do you care if the names of functions differ from those >>>>> in libm? For example, it would be gpusin() instead of sin(). **** >>>>> >>>>> **3) **Do you need a different library for different host >>>>> platforms? Why?**** >>>>> >>>>> **4) **Any other functions (besides math) you want to see in >>>>>...
2013 Jun 05
0
[LLVMdev] [NVPTX] We need an LLVM CUDA math library, after all
...gt;>>> run optimization phases after linking with the library? If so, what are >>>>>> they?**** >>>>>> >>>>>> **2) **Do you care if the names of functions differ from those >>>>>> in libm? For example, it would be gpusin() instead of sin(). **** >>>>>> >>>>>> **3) **Do you need a different library for different host >>>>>> platforms? Why?**** >>>>>> >>>>>> **4) **Any other functions (besides math) you want to see in...
2013 Jun 05
2
[LLVMdev] [NVPTX] We need an LLVM CUDA math library, after all
...run optimization phases after linking with the library? If so, what are >>>>>>> they?**** >>>>>>> >>>>>>> **2) **Do you care if the names of functions differ from those >>>>>>> in libm? For example, it would be gpusin() instead of sin(). **** >>>>>>> >>>>>>> **3) **Do you need a different library for different host >>>>>>> platforms? Why?**** >>>>>>> >>>>>>> **4) **Any other functions (besides math)...
2013 Feb 07
5
[LLVMdev] [NVPTX] We need an LLVM CUDA math library, after all
Hi Justin, gentlemen, I'm afraid I have to escalate this issue at this point. Since it was discussed for the first time last summer, it was sufficient for us for a while to have lowering of math calls into intrinsics disabled at DragonEgg level, and link them against CUDA math functions at LLVM IR level. Now I can say: this is not sufficient any longer, and we need NVPTX backend to deal with