Add a set of co-proccesor constraint_setting (feature request) #23
Labels
feature request
P4
This is either out of scope or we don't have bandwidth to review a PR. (No assignee)
This is a similar suggestion to #13 but more generic and could include other secondary processors. This could include fpu's, gpgpu's, ai proccesors, simd extensions, dsp extensions, fpga's etc.
An example of this might look like;
coproccesor/BUILD
There is one caveat with using bazel platforms/constraint settings here and that is if you had a device that could support two constraint_values for a given constraint_setting. Say that you put a "AMD" and a "nvidia" gpgpu into a device you couldn't specify multiple values for the 'gpgpu' constraint_setting. This could be a common recurring problem, specifically with integrated+dedicated gpgpu devices.
The text was updated successfully, but these errors were encountered: