/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Optimizing Datalog for the GPU
(danglingpointers.substack.com)
98 points
blakepelton
| 1 comments |
04 Nov 25 14:31 UTC
|
HN request time: 0s
|
source
Show context
ux266478
◴[
04 Nov 25 15:48 UTC
]
No.
45812302
[source]
▶
>>45811447 (OP)
#
Curious, why use cuda and hip? These frameworks are rather opinionated about kernel design, they seem suboptimal for implementing a language runtime when SPIR-V is right there, particularly in the case of datalog.
replies(4):
>>45812644
#
>>45812676
#
>>45812962
#
>>45814792
#
1.
zozbot234
◴[
04 Nov 25 19:13 UTC
]
No.
45814792
[source]
▶
>>45812302
#
What kind of SPIR-V? The SPIR-V used for compute shaders (Vulkan Compute) is totally different to the one for compute kernels (OpenCL and SYCL)...
ID:
GO
↑