e-kayrakli
No user record in our sample, but e-kayrakli has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but e-kayrakli has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Locales do control where the data is stored. For example: var HostArr: [1..10] int; // allocated on the host memory on here.gpus[0] { // now we are on a GPU sublocale... var DevArr:[1..10] int; // allocated on the…
I'll also add to @danilafe's reply that we have a GpuDiagnostics module which would count kernel launches or report them as they occur in a section of code. Something like that can be used to debug parts of your code…
Thanks for bringing this up. I posted an answer to the same question here: https://news.ycombinator.com/item?id=39009566 But seeing that we already have two questions about it makes me think whether this should be…
This is a good question, and I completely agree that programming them can feel... strange. We approach this as two separate problems: 1. Can Chapel utilize tensor cores under the hood? We have LinearAlgebra and BLAS…
Thanks, @subharmonicon! While Chapel can run on many different systems, the main goal is making HPC programming much easier. Therefore, we are currently focusing on hardware that you can find in HPC systems (NVIDIA, AMD…
[dupe]
Re Intel support: That's definitely in our plans. However, there are also many other areas that we are actively working on to add more features, fix bugs and improve performance. When prioritizing we typically make…