-
Notifications
You must be signed in to change notification settings - Fork 734
add oneDNN and oneCCL samples #58
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
Signed-off-by: ltsai1 <[email protected]>
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.
Triggering CI.
Failed due to sample.json syntax error. Please follow Instructions to move provided that have the details to validate jsons. |
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.
Change compiler name from Intel oneAPI DPC++ Compiler to Intel oneAPI DPC++/C++ Compiler
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.
Triggering CI. Will wait for @sravanikonda 's approval before merging.
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.
triggering CI with my correct account. Will wait @sravanikonda 's approval before merging.
@sravanikonda |
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.
Triggering CI
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.
Approving to run CI.
@louie-tsai please review failure details for the simple_model
application. It looks like the resulting binary is not found.
"cmake .. -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=dpcpp", | ||
"make", | ||
"mpirun -n 2 ./out/sycl/sycl_allreduce_cpp_test cpu", | ||
"mpirun -n 2 ./out/sycl/sycl_allreduce_cpp_test gpu" |
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.
I think this test should be split into 2 configurations, one for CPU the other one for GPU. Same for all other samples.
@pmpeter1 - can you please approve if appropriate |
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.
Seems to follow a consistent coding style.
Signed-off-by: ltsai1 [email protected]
add oneDNN and oneCCL samples