Todd A. Anderson
Todd A. Anderson
I get a lot of deprecation warnings on "using WinRPM". Then, I do WinRPM.update() and get: INFO: Downloading https://cache.e.ip.saba.us/http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_13.1/repodata/repomd.xml WARNING: Base.Uint16 is deprecated, use UInt16 instead. WARNING: Base.Uint16 is deprecated,...
Did some symbol get dropped when you posted because "2 pi" seems to be missing some operator between them and "traindata)) 2" also seems to be missing an operator?
One more issue is that you are using "n" as a global in parzen_de_gaussian. This stops the whole function from being exactly type inferred and so prohibits ParallelAccelerator from working....
det(), trace() and inv() are Julia functions that all have variables in them that type infer as Any and as such ParallelAccelerator can't do its automatic transitive optimization of such...
Default arguments can certainly be viewed as a form of function overloading. I just tried a test with true function overloading (different arg types but no default args) and that...
Yes, I think you can change accelerate in embed to @acc but I think you probably also then need to call the function with some small input size to actually...
@stuartarchibald @apmasell Seems fine to me.
When I look at the runtime and the data sizes for both examples, they all look quite small to me. There is overhead to executing parallel regions and if there...
I've started looking at TimeDelta. Maybe we could discuss what is needed in more detail.
A lot of the Timedelta and TimedeltaIndex stuff seems to be working now. There are still some combinations of opcodes and operand ordering that aren't covered but those are easily...