-
Notifications
You must be signed in to change notification settings - Fork 73
Add GPU benchmarks support to readme #59
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
Changes from 1 commit
672c8cc
19bc2e7
53b4200
cbd99b1
becfbde
9874958
0fe0ab4
9ef18ab
ece84d9
6568e48
9f133ef
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,7 @@ Refer to the tables below for descriptions of all fields in the configuration fi | |
|data-order| array[string] | **REQUIRED** input data order. Data order: *C* (row-major, default) or *F* (column-major) | | ||
|dtype| array[string] | **REQUIRED** input data type. Data type: *float64* (default) or *float32* | | ||
|check-finitness| array[] | Check finiteness in sklearn input check(disabled by default) | | ||
|device| array[string] | For scikit-learn only. List of devices to run with sycl context. It can be *None* (without context, default), *cpu*, *gpu* or *host*| | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Minor: what is host device for users? Maybe add description? For runner script no such parameter? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe we just remove the |
||
|
||
### Case Object | ||
|
||
|
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My concerns:
if you want to highlight algorithms on GPU, I would make it as a note at the bottom of the table.
@SmirnovEgorRu , @michael-smirnov What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My opinion is we should think about how to present GPU support better, especially because the number of supported algorithms will grow in the future. It's not a supplementary thing to place somewhere in the bottom. In my opinion, it should be on the same level as CPU support for sklearn.
We can remove it from this table, but create another section "Support of Intel(R) Extension for scikit-learn" when to describe which benchmarks are supported on CPU and GPU. @PetrovKP what do you think about this?