-
Notifications
You must be signed in to change notification settings - Fork 130
[SYCL] string.h function test for libdevice #371
Conversation
Signed-off-by: gejin <ge.jin@intel.com>
Signed-off-by: gejin <ge.jin@intel.com>
Signed-off-by: gejin <ge.jin@intel.com>
Signed-off-by: gejin <ge.jin@intel.com>
| dst1_acc(buffer3, cgh); | ||
| cgh.single_task<class KernelTestMemcpyAddrSpace>([=]() { | ||
| // memcpy from constant buffer to local buffer | ||
| memcpy(local_acc.get_pointer(), src_acc.get_pointer(), 8); |
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.
Hi, @vzakhari
kernel_test_memcpy_addr_space is used to test memcpy whose input pointers have different address space. Could you help review if it meets our requirement?
Thanks very much.
|
@jinge90 could you please fix clang-format issues? |
vladimirlaz
left a comment
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.
@jinge90, could you please fix formatting issues and make sure the test is passing on all configurations?
Signed-off-by: gejin <ge.jin@intel.com>
|
Hi, vladimirlaz |
|
Signed-off-by: gejin <ge.jin@intel.com>
Signed-off-by: gejin ge.jin@intel.com
This PR adds test for functions in <string.h> including memcpy, memset, memcmp. Once intel/llvm#4147
is merged, this test should pass.
Thanks very much.