summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_opencl_test.mk
AgeCommit message (Collapse)AuthorFilesLines
2013-12-17OCppunitTest_sc_opencl_test: only depend on scopencl if ENABLE_OPENCL.Andrzej J.R. Hunt1-1/+1
scopencl is only built when ENABLE_OPENCL is true, but the unit test should still run successfully using the fallback mechanism without scopencl (i.e. when --disable-opencl is used). Change-Id: I4b44148f1f59ad8b3d9c78c2fd0e1cbe2030db37 (cherry picked from commit 5aa37dd9eb9b6f44c2a91f0e41bae42754ba733b)
2013-11-14This test opens the scopencl library dynamically, sighTor Lillqvist1-0/+1
Change-Id: I34c512573fcee108ab9b27a631671587665aad22
2013-10-29Rebase to calc-group-interpreter-4I-Jui (Ray) Sung1-2/+0
Change-Id: I4d98e88c4fcdf8c6e5ecbf31bc181dd186a85c9b
2013-10-29Initial testcase for dynamic kernel compilerI-Jui (Ray) Sung1-0/+116
Test the jitting compiler with a simple vector formula like C1=A1+B1*2 This stresses: 1) vector operations add, mul and, 2) simple constant and vector operands.