So you don't need this: you just need to replace Rblas.dll.
DLLs can contain initialization code: that is standard Windows'
practice so please read up on it.
On Sat, 24 Jan 2009, sachin1234 wrote:
hi Antonio,
The name's Sachin :) . I need this because im not implementing the ATLAS,
fast BL
hi Antonio,
The name's Sachin :) . I need this because im not implementing the ATLAS,
fast BLAS or anything like that. What im trying to do is to make a GPU
version of blas. I have implemented this so far but extremely inefficiently.
What i need to do is to do things like initialisation of the GP
hi, whoever you 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
> loadlibrary() in dynload.c BUT it seems this is not the
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