Re: [Rd] loading RBlas.dll

2009-01-26 Thread Prof Brian Ripley
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

Re: [Rd] loading RBlas.dll

2009-01-25 Thread sachin1234
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

Re: [Rd] loading RBlas.dll

2009-01-23 Thread Antonio, Fabio Di Narzo
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

[Rd] loading RBlas.dll

2009-01-23 Thread 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 function that is loading Rblas. how do i know this? well i added the code :(ju