Displaying 1 result from an estimated 1 matches for "compute_derivatives".
2006 Oct 29
1
[LLVMdev] LLVM for numerical computations
...ath> be called from the LLVM code?
How would I best specify in LLVM where to find the values of the  
independent variables? That is to say the inputs for the whole  
computation LLVM will perform…
You may actually wonder why I do not kit each node with two member  
functions compute_value and compute_derivatives by the by. Virtual  
calls would be involved for each of them on each node every time and  
it turns out that those functions are typically not very complex,  
which makes the cost of a virtual call significant. I should also  
mention that our golden standard is some old fashion but extremely  
fa...