boostorg / boostorg/compute

program::build_log() returns error log only for first device

Open
#840 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.