add oneDNN and oneCCL samples#58
Conversation
Signed-off-by: ltsai1 <louie.tsai@intel.com>
|
Failed due to sample.json syntax error. Please follow Instructions to move provided that have the details to validate jsons. |
sravanikonda
left a comment
There was a problem hiding this comment.
Change compiler name from Intel oneAPI DPC++ Compiler to Intel oneAPI DPC++/C++ Compiler
samples-ci
left a comment
There was a problem hiding this comment.
Triggering CI. Will wait for @sravanikonda 's approval before merging.
anjgola
left a comment
There was a problem hiding this comment.
triggering CI with my correct account. Will wait @sravanikonda 's approval before merging.
|
@sravanikonda |
mkitez
left a comment
There was a problem hiding this comment.
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.
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 |
pmpeter1
left a comment
There was a problem hiding this comment.
Seems to follow a consistent coding style.
Signed-off-by: ltsai1 louie.tsai@intel.com
add oneDNN and oneCCL samples