program::build_log() returns error log only for first device
Open
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 340
- PR merge metrics
- No merged PRs in 30d
Description
When you create a context with more than one device (like both Intel CPU and Intel GPU) and there is build error, the build_log() method only returns log for first device. It should do so for each device in the context.
In my case, build for the CPU was successful, but for the GPU had error. The build log only contained info about CPU.
Contributor guide
Assessment
This issue has not been assessed yet.