Artem Hnilov

Results 7 issues of Artem Hnilov

Hello, I have a question. Do you plan to support Metal GPU acceleration on Apple Silicon in future? Thank you.

Hi guys, Are you planning to realize Java (or maybe Clojure) binding support? That would be very useful. Thanks.

help wanted
wishlist

Hello, Thanks for your work. I have a question: How to change current device to AMD Radeon? ``` julia> using Metal julia> devices() 2-element Vector{MtlDevice}: MtlDevice(Intel(R) UHD Graphics 630) MtlDevice(AMD...

good first issue

Hello, Is it possible to implement thread-safe version of `dropstored!`? I got `AssertionError: _goodbuffers(S)` in multi-thread environment using `dropstored!`. Thank you.

Hello, I encountered an error while attempting to use the `detect_edges()` function on FashionMNIST images. Here's a test case: ```Julia using MLDatasets: FashionMNIST using ImageEdgeDetection: Canny, detect_edges x_train = [xy.features...