Re: [ANN] High Performance Numerics Compiler

2018-11-12 Thread Alex Miller
Great work! On Monday, November 12, 2018 at 9:46:14 AM UTC-6, Chris Nuernberger wrote: > > Clojurians, we are happy to put forth our work bringing the TVM compiler > and infrastructure to clojure. It has backends for ARM, Intel, OpenCV, > Cuda, OpenGL, Vulkan, ROCm, and more. > > This system

[ANN] High Performance Numerics Compiler

2018-11-12 Thread Chris Nuernberger
Clojurians, we are happy to put forth our work bringing the TVM compiler and infrastructure to clojure. It has backends for ARM, Intel, OpenCV, Cuda, OpenGL, Vulkan, ROCm, and more. This system is currently getting state of the art performance several deep learning kernels and I demonstrate it

Request to review my CLJS using core.async

2018-11-12 Thread Kashyap CK
Hi all, I am attempting to use core.async to poll a service - https://gist.github.com/ckkashyap/c8423dcfc3a3f28b67e18ae76cc13f53 Broadly, I need to hit the service endpoint with a secret to get a token and subsequently use the token to poll for messages. I'd appreciate any feedback on the