Skip to content

Commit

Permalink
test allocations: restore small number of work items in case of reduc…
Browse files Browse the repository at this point in the history
…tion (#1932)
  • Loading branch information
gwawiork committed May 21, 2024
1 parent 4fceb78 commit b377b85
Show file tree
Hide file tree
Showing 10 changed files with 1,222 additions and 849 deletions.
311 changes: 200 additions & 111 deletions test_conformance/allocations/allocation_execute.cpp

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions test_conformance/allocations/allocation_execute.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Copyright (c) 2017 The Khronos Group Inc.
//
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
Expand All @@ -17,6 +17,7 @@
#include "allocation_utils.h"


int execute_kernel(cl_context context, cl_command_queue *queue, cl_device_id device_id, int test, cl_mem mems[], int number_of_mems_used, int verify_checksum);


int execute_kernel(cl_context context, cl_command_queue *queue,
cl_device_id device_id, int test, cl_mem mems[],
int number_of_mems_used, int verify_checksum,
unsigned int number_of_work_items);
Loading

0 comments on commit b377b85

Please sign in to comment.