mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Migrate integer_ops suite to the new test registration framework (#2332)
Contributes to https://github.com/KhronosGroup/OpenCL-CTS/issues/2181. Signed-off-by: Michael Rizkalla <michael.rizkalla@arm.com>
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
#include "harness/compat.h"
|
||||
#include "testBase.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
@@ -22,7 +22,6 @@
|
||||
|
||||
#include <cinttypes>
|
||||
|
||||
#include "procs.h"
|
||||
#include "harness/conversions.h"
|
||||
|
||||
extern MTdata d;
|
||||
@@ -81,11 +80,6 @@ const char *test_names[] = {
|
||||
"!", // 22
|
||||
};
|
||||
|
||||
const size_t vector_aligns[] = {0, 1, 2, 4, 4,
|
||||
8, 8, 8, 8,
|
||||
16, 16, 16, 16,
|
||||
16, 16, 16, 16};
|
||||
|
||||
// =======================================
|
||||
// long
|
||||
// =======================================
|
||||
|
||||
Reference in New Issue
Block a user