search for: neelima

Displaying 3 results from an estimated 3 matches for "neelima".

2011 Aug 29
0
[LLVMdev] PTX target for LLVM!
...from PTXBackend.cpp:36: PTXPasses.h: In constructor ‘PTXBackendInsertSpecialInstructions::PTXBackendInsertSpecialInstructions(std::map<const llvm::Value*, const llvm::Value*>&)’: PTXPasses.h:93:63: error: no matching function for call to ‘llvm::BasicBlockPass::BasicBlockPass(char*)’ /home/neelima/Documents/llvm-2.9/include/llvm/Pass.h:321:12: note: candidates are: llvm::BasicBlockPass::BasicBlockPass(char&) /home/neelima/Documents/llvm-2.9/include/llvm/Pass.h:319:36: note: llvm::BasicBlockPass::BasicBlockPass(const llvm::BasicBlockPass&) PTXPasses.h: In constructor ‘...
2010 Apr 27
5
[LLVMdev] PTX target for LLVM!
Hey everybody, good news for everyone interested in the PTX backend: We decided to release the current source code under the GPL - you can find the latest tarball here: http://www.prog.uni-saarland.de/projects/anysl You will find the README in the attachment, which should hopefully answer a lot of questions concerning the implementation and the current status. If you have further questions,
2007 Jul 07
0
Error Coefficient matrix not invertible using nlme correlation
Hi, I am learning R. I am using nlme function to my dataset. I am getting error "Coefficient matrix not invertible". I don't know how to fix this problem. > bcows1.nlme<-nlme(Temp~model(newTime, beta, delta, kappa), data= bcows.group, + fixed=beta+delta+kappa~1, + random=beta+delta+kappa~1, + start=list(fixed=c(coef(bcows.nls)[1],