Royi
Royi
This kind of issues happen often on Julia with Windows. My hunch (I may be wrong) is the process tries to delete a folder before the process of deleting all...
> Indeed it seems to be a Windows error rather than a Julia error. I don't think so. It seems to be that a code is optimized for other OS's....
Is there an idea how to do so? Is there a built in support?
I'd make the last step of applying `^(1/p)` with an opt out option. In many calculations applying the power is not needed (Though then it is not a real norm...
@SpartanJ : - There is a Tree Sitter definition: https://github.com/tree-sitter-grammars/tree-sitter-ispc. - There is a TextMate Syntax Description: https://github.com/ispc/ispc.syntax. I guess it might make it easier.
It would be great to have support. Better later than never I guess.
Support does not mean change the underlying. Just support converting it without creating an error. Even something like that: ```julia GBMatrix(SparseMatrixCSC{elttype(mT), Int64}(mT)); ``` Will do.
Is there a real reason not to support `Int32` in the `c` code? Does it mean a lot of work? Just wonder if there any point in asking for it.
The added value is speed. The throughput with 32 Bit is twice. I don't know about GraphBLAS, but for certain in many sparse related algorithms it makes a difference since...
OK, I pinged at https://github.com/zephyrproject-rtos/windows-curses/issues/29. Let's hope someone will make it available.