muda icon indicating copy to clipboard operation
muda copied to clipboard

μ-Cuda, COVER THE LAST MILE OF CUDA. With features: intellisense-friendly, structured launch, automatic cuda graph generation and updating.

Results 7 muda issues
Sort by recently updated
recently updated
newest added

Something to be finished before the V1.0.0 release. - [ ] SyncAllocator: DefaultAllocator - [x] LinearSystem SparseMatrix Converter Algorithm Improvement

These days I tried to setup project using muda in clion using the toolchain in docker. However, Clion intellisense refuse to work. I found that this is because static code...

1. This code ran into compilation errors when I tried to use `spmv` (while `solve` works well): ```cpp #include #include #include #include using namespace muda; void run_tests() { int N...

E.g. ``` muda::Dense1DBase::operator muda::Dense1DBase() const noexcept [with IsConst=true, T=uipc::Vector12]" will not be called for implicit or explicit conversions. ```

```c++ template class IndirectBufferView { using value_type = ValueType; const IndexType* m_index_buffer; size_t m_index_buffer_offset; size_t m_index_buffer_size; auto_const_t* m_value_buffer; size_t m_value_buffer_offset; size_t m_value_buffer_size; }; ``` ```c++ IndirectBufferView[i] -> { auto offset...