spla icon indicating copy to clipboard operation
spla copied to clipboard

An open-source generalized sparse linear algebra library with vendor-agnostic GPUs accelerated computations

Results 9 spla issues
Sort by recently updated
recently updated
newest added

## Signature ```c++ void cl_intersect(cl::Queue, cl::Buffer a_keys, cl::Buffer a_values, uint a_size, cl::Buffer b_keys, cl::Buffer b_values. uint b_size, cl::Buffer& r_keys, cl::Buffer& r_values, uint &r_size, ...) ``` ## Intpu: two sorted key-value...

enhancement
good first issue
help wanted
topic:gpu

enhancement
topic:python
topic:project

Provide system to manage execution (number of groups, blocks sizes, items per block) of opencl kernels for different algorithms on different platforms.

enhancement
help wanted
topic:gpu
topic:perf

Update readme, add more actual information about the project. Performance analysis, features review, quick start quide and build recipe. - [ ] Overview - [ ] Build status - [...

documentation
enhancement
help wanted
topic:project
backlog

# Features List of features/operations/primitives to support in the library in the near/far future. Items written with priority, from higher to lower priority. ## Core ### Data primitives - [x]...

enhancement
help wanted
question
topic:core
topic:project

enhancement
topic:python
topic:project

Requirements: * Async streaming of chunks of graph from RAM into VRAM * Dynamic chunk size adaptation * Partial operations evaluation support

enhancement
help wanted
topic:gpu
topic:api
topic:perf

Requirements: * Storage extension to support attributes * Custom attributes * Query * Operation to manipulate, search, filter, etc. * GPU support?

enhancement
help wanted
topic:core
topic:api
topic:perf

Features: * Multiple formats: csv, text file, json, yaml, etc. * Fast loading (caching, multithreading) * Support for compression: zip, lz4 * Interoperability with matrix and vector containers * Ability...

enhancement
help wanted
topic:api
topic:perf