Felix Chern

Results 9 comments of Felix Chern

Our CUDA GPU is having 8GB and we thought that was enough.

Cool. Setting it as follows seems working for 8GB ``` nsplits_train = 2 nsplits_base = 4 ```

I restarted julia and wasn't able to reproduce #38 Turns out fixing partition size doesn't solve the issue. CuArrays are not freed. I saw the memory keep increasing and then...

Does the following code in cuda matter? https://github.com/una-dinosauria/Rayuela.jl/blob/ccf22abef46d29651e4115ffa47b648229ae8571/deps/src/cudautils.cu#L93-L95

On your browser, does the javascript insert `` to the line? Also, try changing the browser width to see if the effect applied. The automatic line break only happens on...

Did you try: `git submodule update --init --recursive`? The error was due to a dependency spookyhash-c didn't get compiled. Let me know how it goes.

Sorry for slow reply. I'll test it with valgrind and see what went wrong.

Sorry for slow reply Regarding your questions: 1. Unfortunately, for user structs/data that has pointers to other data, it is not supported. You can define data structures using the pointer...

That's very interesting. I avoided using C++ because each C++ compiler has different runtime. The objects which has dependencies on the runtime is very hard to store on disk. I...