Re: Error in Running .emcc file using make in Ubuntu 17.10.1

2018-03-12 Thread Alon Zakai
No idea what could cause that. Perhaps running with EMCC_DEBUG=1 in the env will show something useful in the logging. On Sat, Mar 10, 2018 at 11:10 PM, Ahmad Hosseinzadeh wrote: > Thanks Alon Zakai, > > That's true. I removed the .o files and re-generated them. After running > the command I got

Re: Strange behavior with threads

2018-03-12 Thread Scott Watson
I've created a small test program that exhibits the same behavior. I've attached the .cpp and makefile. I expected to see the workers in the thread pool reused, but I get new workers each time. Why is this. Thanks in advance! On Thursday, March 8, 2018 at 3:18:53 PM UTC-8, Scott Watson wro

ANN: Compiling Deep Learning Models to Web

2018-03-12 Thread Tianqi Chen
Hi Emscripten Community: We are developing a deep learning compilation toolchain TVM and recently we finally make the first step of compiling end to end deep learning workload to Web with the help of Emscripten fastcomp backend. Here is the blogpost http://www.tvmlang.org/2018/03/12/webgl.html