And another more general question: (6) gcc, clang, and nvcc have some OpenMP offloading capabilities which allow to compile code into binaries which can then run on GPUs. Is the code they produce through OpenMP anywhere close to what one gets directly with i.e. opencl?
HN user
motorolnik
5 karma
Posts0
Comments3
No posts found.
Tell HN: GpuOwl/PRPLL, GPU software used to find the largest prime number 2 years ago
Hi, I've got few questions:
1). What profiling tools do you use for GPU code?
2). Where one would start, in terms of learning resources, about coding using inline GPU assembler?
3). Do you verify GPU assembler generated by a compiler from C/C++ code, in terms of effectiveness? If so, which tools do you use for that?
4). Is SIMD on GPUs a thing?
5). What are the primary factors being taken into account by you (cache sizes, microoptimizations, etc.) when you write code for a tool like gpuowl/prpll? Which factor is the most important? Thanks!
Having Kids 7 years ago
Hi, Nick, can I ask you about that your 2017/2018 HFT project from another thread?