You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@1e-to@PokhodenkoSA Let us discuss which of these info descriptors are needed at this point before starting work on any of these. The once @1e-to has already opened PRs for are fine and we can complete and merge those.
@oleksandr-pavlyk I am closing the ticket for now. I propose that in future if there is a need for a specific descriptor that is not currently supported, we open a narrower ticket for that purpose.
The list of device descriptor information types.
The example of implementations is here: #147
std::vector<size_t>
)std::vector<info::fp_config>
)std::vector<info::fp_config>
)std::vector<info::fp_config>
)std::vector<memory_order>
)std::vector<memory_order>
)std::vector<memory_scope>
)std::vector<memory_scope>
)bool
)std::vector<info::execution_capability>
)std::vector<kernel_id>
)platform
)std::string
)std::string
)std::string
)std::string
)std::string
)std::vector<aspect>
)std::vector<info::partition_property>
)std::vector<info::partition_affinity_domain>
)info::partition_property
)Deprecated:
- [ ] info::device::image_support (bool)- [ ] info::device::host_unified_memory (bool)- [ ] info::device::is_endian_little (bool
)- [ ] info::device::is_compiler_available (bool
)- [ ] info::device::is_linker_available (bool
)- [ ] info::device::queue_profiling (bool
)- [ ] info::device::built_in_kernels (std::vector<std::string>
)- [ ] info::device::extensions (std::vector<std::string>
)Deprecated in SYCL 2020:
- [ ] info::device::max_constant_buffer_size (uint64_t)- [ ] info::device::max_constant_args (uint32_t )- [ ] info::device::profile (std::string
)- [ ] info::device::printf_buffer_size (size_t)- [ ] info::device::preferred_interop_user_sync (bool)Required #292
The text was updated successfully, but these errors were encountered: