minor update

This commit is contained in:
Blaise Tine
2020-10-26 02:02:05 -07:00
parent 48897d9778
commit 09b1c0eea7
4 changed files with 5 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ int main (int argc, char **argv) {
size_t kernel_size;
cl_int binary_status;
srand(time(NULL));
srand(50);
// read kernel binary from file
if (0 != read_kernel_file("kernel.pocl", &kernel_bin, &kernel_size))

Binary file not shown.