intel / tiny-dpcpp-nn

SYCL implementation of Fused MLPs for Intel GPUs
BSD 3-Clause "New" or "Revised" License
36 stars 9 forks source link

add sycl graph testing for forward and backward pass #5

Closed ytzhang1 closed 2 months ago

ytzhang1 commented 2 months ago

add preprocessing definition "TEST_GRAPH" for test-swiftnet

ytzhang1 commented 2 months ago

Hi @cbauinge Thanks for the comments, I think most of your concerns have been addressed. I kept the TEST_GRAPH macro in trainer class to make it easier for me to test the performance. Please take a look.