-
Notifications
You must be signed in to change notification settings - Fork 20
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
Order of input combinations #3
Comments
Yes, just add them to the |
Thank you for answering. I have altered the json file to have the following content:
So the first line for example represents an input combination of a matrix
and the |
At the moment we use the first listed input size for filtering out some parameter combinations using heuristics. It could be that |
Aktueller Stand vom Visualisierungstool
Dear Lift-developers,
for benchmarking GEMM, I would like to use some self-defined input sizes. Is it sufficient to add these self-defined input sizes to the file https://github.com/lift-project/lift/blob/master/highLevel/mm.json before generating and running the OpenCL kernels? If so, can you please explain me the order of the matrix dimensions? Does each entry in the file (e.g., [512, 1024, 1024]) represent the parameters in the order 1) N (result matrix’s number of columns), 2) M (result matrix’s number of rows), and 3) K (first input matrix’s number of columns, and second input matrix’s number of rows), i.e., entries are of the form “[N,M,K]“?
Thanks in advance!
The text was updated successfully, but these errors were encountered: