Hi everyone,
I have made a faster BLAS library thanks to Nvidia CUBLAS library. I was
wondering how I could upload this new Rblas.dll. I've included a powerpoint
presentation I made on the project.
Highlights include upto 2000% improvement in matrix multiplication timings.
Unfortunately the lin
u are (I've seen no signature),
>
> 2009/1/22 sachin1234 :
>>
>> hi everyone,
>>
>> Im implementing a new RBlas dll but just for optimising sake i need to
>> know
>> how and WHERE (which source code) RBlas gets loaded. there is a call to
>> loadlibr
hi everyone,
Im implementing a new RBlas dll but just for optimising sake i need to know
how and WHERE (which source code) RBlas gets loaded. there is a call to
loadlibrary() in dynload.c BUT it seems this is not the function that is
loading Rblas.
how do i know this? well i added the code :(ju