Ilia Ki

Results 54 issues of Ilia Ki

Can we use library @nothrow @nogc generic code in kernels. For example `Slice!(Contiguous, [1], GlobalPointer!T)` and ndslice topology?

question

We need a simple way to write GPU unittests for small projects.

@k3kaimu, I disabled the unittest https://github.com/kaleidicassociates/lubeck/commit/c76f4f848641515a4611b1888d7c62b9adfc1812 DMD 2.084 and LDC 1.14 works

- [x] `svd` - [x] Pseudo inv, `pinv` - Moore-Penrose pseudoinverse of matrix. - [x] Gaussian elimination (backward subs) (`inv`) - [x] FFT - [std.numeric](https://dlang.org/phobos/std_numeric.html#.fft) for now - [x] Matrix...

When a user adds the mir-algorithm library, `mir-algorithm 3.4.4` will be added. Ideally is to replace them with `*`.

A computation result is few large tables. How it can be passed to excel-d?

enhancement
help wanted

- [gemm micro kernel, simple](https://gist.github.com/9il/0dda852b5fcf7d22afd7f2e06f0621c2) - [gemm micro kernel, generic](https://gist.github.com/9il/c1967202968ddb5a5fd1ddccdb6a068e) - [LLVM 3.9, broadwell, assembler output](https://gist.github.com/9il/f9865082bd1360676e184fa23e4f2edc) - [LLVM 4.0, broadwell, assembler output](https://gist.github.com/9il/e678e40f4432f9a8f52b6efbf1b79c74) - [LLVM 4.0, avx512f, assembler output](https://gist.github.com/9il/1fcb0e0f30ed8365014592d98d641cfd) LLVM 4.0,...

bug

See https://travis-ci.org/libmir/mir-glas for details

@ljubobratovicrelja what do you think about to create a new repo for new code? This will allow us to do development and review faster.

`mir.ndslice.topology : bitwise` creates bit ndslice on top of existing integer iterator. It can be useful for boolean masks.

proposition