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
There are several gap in dpctl's implementation of SYCL's device class functions as specified in SYCL 2020 spec. This ticket is aimed at addressing those gaps:
The device print info functions in both C and Python should support printing all info and aspects.
The functions should have a "less" option to limit the amount of descriptors that are printed. By default, the less option should be turned on and only print a limited set of information (maybe restrict to what the functions print currently)
There are several gap in dpctl's implementation of SYCL's device class functions as specified in SYCL 2020 spec. This ticket is aimed at addressing those gaps:
DPCTLDevice_GetDriverInfo
,DPCTLDevice_GetMaxComputeUnits
. Implement wrappers in C API and Python API for device descriptor information types #286create_sub_devices
functions and we should support all three:DPCTLDevice_CreateSubDevicesEqually
DPCTLDevice_CreateSubDevicesByCounts
DPCTLDevice_CreateSubDevicesByAffinityDomain
get_backend
(proposed nameDPCTLDevice_GetBackend()
) Implement get_backend, get_platform, get_backend_info #291get_platform
(proposed nameDPCTLDevice_GetPlatform()
) Implement get_backend, get_platform, get_backend_info #291Implementget_backend_info
(proposed nameDPCTLDevice_GetBackendInfo()
) Implement get_backend, get_platform, get_backend_info #291DPCTLSyclAspect
) todpctl_sycl_enum_types.h
bool DPCTLDevice_Has(DPCTLSyclAspect A)
in C API andcpdef has(aspect=*)
in Cython?The device print info functions in both C and Python should support printing all info and aspects.The functions should have a "less" option to limit the amount of descriptors that are printed. By default, the less option should be turned on and only print a limited set of information (maybe restrict to what the functions print currently)__repr__
function ofSyclDevice
class. (TBD) Improve the __repr__ function of SyclDevice class #294The text was updated successfully, but these errors were encountered: