|
|
|
|
|
by blelbach
2105 days ago
|
|
> A lot of hardware has builtin software, either inside a firmware or as a driver. Correct. > Keeping the software part in firmware lets customer free to use any kind of OS. Do you mean firmware, or firmware and driver? You can't do everything in firmware. > Using host cpu and memory is bad design IMHO. How do you propose that you program the GPU then? The CPU has to interact with the GPU. Some software has to manage that interaction. That said, we are not talking about either a driver or firmware. This is a part of our toolchain. It is a library that you use when writing a heterogeneous program. |
|