K
K
kin63camapa2017-03-18 04:40:32
GPGPU
kin63camapa, 2017-03-18 04:40:32

Compiling c / c ++ on gpu are there any projects?

Are there any compiler projects that can use opencl or cuda to speed up compilation of C and/or C++ code, such as a fork of gcc or mingw? Couldn't find anything like it.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Armenian Radio, 2017-03-18
@gbg

They did not find it because compilation does not fit well with massive parallelism.

F
freeExec, 2017-03-19
@freeExec

Compilation is 100500 conditional jumps inside. And the GPU will have to go through all these options, even if the condition was never met. What growth can we talk about here.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question