Ajay Nayak
Ajay Nayak
A solution would be, to change MatrixDimT (matrix/matrix-common.h) and MatrixDimT_cuda (cudamatrix/cu-matrixdim.h) from int32 and int32_t to int64 and int64_t? Edited: Never mind, it can cause problems.
The only place I could think where product of x_dim and y_dim will be done is during memory allocation (also a cause of SegFault?). But it seems that is already...
Solution: In all the trouble causing places, I added a static_cast. The test seem to be passing (no ASSERT failure). Problems: For double type, the first problem was occurring at...
Thanks. Closing the issue.
There are 3 arguments that are not supported. --simulate --worker_types -l The simulate argument can be handled as it can be read from command line and passed to the ```Scheduler```'s...