blocksparse icon indicating copy to clipboard operation
blocksparse copied to clipboard

Efficient GPU kernels for block-sparse matrix multiplication and convolution

Results 38 blocksparse issues
Sort by recently updated
recently updated
newest added

**System information** - OS Platform and Distribution: Linux Ubuntu 18.04 - TensorFlow version: 1.13.1 (with GPU support) - Python version: 3.7.7 - CUDA/cuDNN version: 10.0 / 7 - GPU: Tesla...

I run the code [sparse attention](https://github.com/openai/sparse_attention) on p100, but it goes wrong. System information - OS Platform and Distribution: ubuntu 18.04 - TensorFlow installed from: pip install - TensorFlow version:...

Could you please share an exact setup and how you did it? has been struggled to resolve this error after i compiled `blocksparse` from source. If you managed to have...

Hi, I've been trying to install blocksparse on a GCP instance with a P100 GPU, but I have not been able to get past this error. Here's how I did...

**Configuration:** Operating System: Linux Ubuntu 16.04 Python version: 3.5.2 Tensorflow version: 1.12.0 Cuda version: 9.0 GPU: TITAN X (Pascal) **Command to Reproduce** `make compile` **Problem:** The build command fails with...

Traceback (most recent call last): File "example.py", line 1, in from blocksparse.matmul import BlocksparseMatMul File "/home/shs/tensorflow/lib/python3.6/site-packages/blocksparse/__init__.py", line 3, in from blocksparse.utils import ( File "/home/shs/tensorflow/lib/python3.6/site-packages/blocksparse/utils.py", line 17, in _op_module =...

add commands for building the development version. You have to run `python generate_kernels.py` before you run Makefile.

Thanks so much for this module! How would a user decide the number and sizes of the blocks' they're using, for the BCK in the convolution? I've looked at the...

Hi all, Has anybody tried to upgrade this project to tensorflow 2.0? AFAIK one of the main issues is that `cuda_stream.h` header was removed in TF 2.0 (also see #40...

Hi and thank you for this wonderful package. Seeing the code for the enwiki8 transformer model, you don't seem to save anywhere the model or the weights, for latter use....