Anton Smirnov

Results 213 comments of Anton Smirnov

> @pxl-th I hope you have managed to proceed. I'll close this issue as it has been a month but feel free to reopen if you have further questions on...

I just tried https://github.com/sairus7/CImGuiApp.jl. First time `deploy/compile_app.sh` segfaulted during package compilation with (but that may be a fluke with 1.9 beta): ```julia [10478] signal (11.1): Segmentation fault in expression starting...

> Similar problem. Mine does not open. A GUI appears for half a second and crashes ![imagen](https://user-images.githubusercontent.com/82386159/205700260-b84388c1-4a07-49a8-ab58-dd9391d1fc68.png) I don't have that line in my code so I assume it's from...

> [#39 (comment)](https://github.com/JuliaPackaging/Preferences.jl/issues/39#issuecomment-1166374030) again I did try to specify `R` in `[extras]`, but still get the same result ``` pxl-th@Atom:~/Downloads/R$ cat test/Project.toml [deps] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [extras] R = "0c099881-77d4-44cc-8664-2f9c2902eb5d"...

Similarly, when package `A` depends on package `B` and I change preferences in `LocalPreferences.toml` for `A`, then launch tests `]test` for `A`, it does not load preferences for `B`, even...

> @pxl-th I think that's #24. Indeed, thanks.

I think with #604 we can close this. Feel free to re-open though, if needed.

`hsa_amd_memory_async_copy_rect` accepts `hsa_pitched_ptr_s` docs for which still [say](https://github.com/RadeonOpenCompute/ROCR-Runtime/blob/a0d5e18e7752563daf4da970eae5ac8b6056a4c0/src/inc/hsa_ext_amd.h#L1209) that alignment is required. We may however, add [`hsa_amd_memory_async_copy`](https://github.com/RadeonOpenCompute/ROCR-Runtime/blob/a0d5e18e7752563daf4da970eae5ac8b6056a4c0/src/inc/hsa_ext_amd.h#L1198) for regular async copy.