-
Notifications
You must be signed in to change notification settings - Fork 29
Print the backend as part of print_device_info. #409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Built, ran, got:
Perhaps it would be useful to combine Backend/Device_Type into fully specified filter selector string, kind of like in intel/llvm#3611, using our relative_id routine ? |
Where is the relative_id routine? Makes sense to do it right the first time. |
|
00955bb
to
68f20ac
Compare
Done. |
- print_device_info now prints the filter string. Device type is no longer separately printed out. Device profile is not printed any more. - print_platform_info now has various verbosity levels to control amount of information that is printed.
68f20ac
to
bde3ff2
Compare
Closes #293
Improvements to the
print_*_info()
functions in both C and Python APIs.The
print_device_info()
function now prints the full filter string.The
print_platform_info()
function now supports verbosity levels that can be0, 1, 2
. The default verbosity level is set to 0.The behaviour of the
lsplatform
function is also modified. Verbosity levels are supported by this function as well and the default level is set to 0. The earlier level of detail is now only printed at verbosity level 2.