Iain Moncrief
Iain Moncrief
I had the same issue, and I fixed it by installing libui. ```bash # Clone the https://github.com/andlabs/libui repo and cd into it. $ mkdir build $ cd build $ cmake...
Fixed the issue, check out my makefile I made to solve this : https://github.com/Iainmon/macOS-crystal-packaging/blob/master/Makefile
Great idea! I really wish they would continue to work on this project and make it compatible with the 2018 versions.
@delkano I know, but then it just saves the current commit. It also does not match the installation instructions from the readme.md.
Are you using Linux?
Haha sorry, didn't see that. I have the same issue.
Are N dim domains still only parallel over the first dimension on GPUs?
```chapel inline proc _domain.shape : rank * int where this.strides == strideKind.one { const dms = dims(); var s: rank * int; for param i in 0..
What about ```chapel inline proc range.mySize : int { if bounds == boundKind.both && strides == strideKind.one then return highBound - low; else return sizeAs(int); } inline proc _domain.shape :...
Yes, this is it. There could be a different interface for scrutinizing what _kind_ of json value it represents, but the idea is the same.