Samuel Thibault bf7f638242 Add missing async flag 10 年之前
..
block.c 6e5d499f17 replace 0 with macro part 6 12 年之前
block_cpu.c 660641a5d4 fix type conversion 12 年之前
block_cuda.cu ca7d7aa451 examples: only include starpu.h as it includes all the other starpu_ .h files 12 年之前
block_opencl.c 9063cf5133 examples: avoid shadowed declarations 12 年之前
block_opencl_kernel.cl c7de5b704c examples/basic_examples/: stdint.h might not be available in OpenCL 13 年之前
dynamic_handles.c a8e4891126 examples/basic_examples/dynamic_handles.c: do not execute on cuda and opencl as memory test will fail, we would need to write a specific implementation but there is no need to, testing on cpu is enough 11 年之前
hello_world.c 792e54ef83 examples/basic_examples/hello_world.c: use starpu_codelet_init to initialise codelet 12 年之前
mult.c 1ee69f6aaa drop including sys/time.h, now useless 10 年之前
multiformat.c 6e5d499f17 replace 0 with macro part 6 12 年之前
multiformat_conversion_codelets.c c60d91cb3f Enable asynchronous OpenCL wherever possible 11 年之前
multiformat_conversion_codelets_cuda.cu 7d2bf0c630 Enable asynchronous CUDA kernels wherever possible 11 年之前
multiformat_conversion_codelets_opencl.c c60d91cb3f Enable asynchronous OpenCL wherever possible 11 年之前
multiformat_conversion_codelets_opencl_kernel.cl b9476e6d4a update code w.r.t coding style 13 年之前
multiformat_cuda.cu a7614b7809 examples/basic_examples/multiformat: no longer define FPRINTF in multiformat_types.h as it is included in an opencl kernel and variadic macros are not allowed in OpenCL 12 年之前
multiformat_opencl.c ca7d7aa451 examples: only include starpu.h as it includes all the other starpu_ .h files 12 年之前
multiformat_opencl_kernel.cl e80e9ec3b7 examples: do not print when environment variable STARPU_SSILENT is set 13 年之前
multiformat_types.h a7614b7809 examples/basic_examples/multiformat: no longer define FPRINTF in multiformat_types.h as it is included in an opencl kernel and variadic macros are not allowed in OpenCL 12 年之前
variable.c 6e5d499f17 replace 0 with macro part 6 12 年之前
variable_kernels.cu ca7d7aa451 examples: only include starpu.h as it includes all the other starpu_ .h files 12 年之前
variable_kernels_cpu.c b227dbcfdc Use STARPU_ATTRIBUTE_* macros 12 年之前
variable_kernels_opencl.c ca7d7aa451 examples: only include starpu.h as it includes all the other starpu_ .h files 12 年之前
variable_kernels_opencl_kernel.cl cce20452a9 Apply patches from George Russell to fix some OpenCL build failures on ATI 14 年之前
vector_scal.c c60d91cb3f Enable asynchronous OpenCL wherever possible 11 年之前
vector_scal_c.c bf7f638242 Add missing async flag 10 年之前
vector_scal_cpu.c b829f7be62 examples: s/vector_scale/vector_scal/g 12 年之前
vector_scal_cpu_icc.icc b829f7be62 examples: s/vector_scale/vector_scal/g 12 年之前
vector_scal_cpu_template.h b227dbcfdc Use STARPU_ATTRIBUTE_* macros 12 年之前
vector_scal_cuda.cu 8f26d26ad7 Introduce the STARPU_CUDA_ASYNC and STARPU_OPENCL_ASYNC flags. No optimization is done yet for now. 11 年之前
vector_scal_fortran.F c6109265be Fix Fortran copyrights 14 年之前
vector_scal_opencl.c c60d91cb3f Enable asynchronous OpenCL wherever possible 11 年之前
vector_scal_opencl_kernel.cl c58171fb76 examples/basic_examples/vector_scal: invert size and array parameters in cuda and opencl implementations 12 年之前