Skip to content

Commit

Permalink
Update host.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ling-kan authored May 3, 2019
1 parent 4f8ca8e commit dad334c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions WeatherProject/host.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
// --------- Sources -----//
// https://stackoverflow.com/questions/53849/how-do-i-tokenize-a-string-in-c%EF%BC%89
// http://www.bealto.com/gpu-sorting_parallel-bitonic-local.html
// https://github.com/kevin-albert/cuda-mergesort/blob/master/mergesort.cu
// https://onezork.wordpress.com/2014/08/29/gpu-mergesort/

#define CL_USE_DEPRECATED_OPENCL_1_2_APIS
#define __CL_ENABLE_EXCEPTIONS
//#define CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE //returnes information about kernel object specfic to the device
Expand Down

0 comments on commit dad334c

Please sign in to comment.