mshadow
mshadow copied to clipboard
Matrix Shadow:Lightweight CPU/GPU Matrix and Tensor Template Library in C++/CUDA for (Deep) Machine Learning
Hi, I am new to mshadow. I am seeking some help regarding a tensor operation. I see there are examples to implement elementwise tensor operations as below: https://github.com/dmlc/mshadow/tree/3d87ed2a4b47ef749c616f208cee45d920fb6e6e/guide#user-defined-operator But I...
In the process of merging HIP Port of MXNet, we are creating a provision for CUDA and HIP backend for mshadow as well. mshadow being sub-module for MXNet. Please refer...
Hi! The method BLASEngine::gemm in MSHADOW_STAND_ALONE branch contains the error in the shape of dst tensor(dot_engine-inl.h). It is written Tensor lhs((float*)B, Shape2(transpose_left ? k : n, transpose_left ? n :...
CI has been failing for several days.: ``` $ pip3 install --user cpplint pylint Downloading/unpacking cpplint Downloading cpplint-1.3.0.tar.gz (71kB): 71kB downloaded Running setup.py (path:/tmp/pip_build_travis/cpplint/setup.py) egg_info for package cpplint Downloading/unpacking pylint...
Scientific Linux has the same issue as CentOS. Perhaps it's worth adding it to the configuration there? I'd make an attempt at it myself, but it's outside my area of...
/home/hhy/hhy/RichWordSegmentor/../mshadow-master/mshadow/./base.h:173:20: fatal error: cuda.h: No such file or directory I have this error when running a project
I try to compile the basic_stream.cu, but it seems need to explicitly specify the dev_id to Stream constructor. When i try to pass the parameter to constructor and build successfully,...