Nathalie Furmento
|
6d1330d169
OpenCL driver: Use a dedicated queue for data transfers
|
14 years ago |
Cédric Augonnet
|
c6283b836e
Trace generation is now silent
|
14 years ago |
Samuel Thibault
|
633f8ab272
factorize code
|
14 years ago |
Samuel Thibault
|
ce3c03f914
fix starpu_set_profiling_id call
|
14 years ago |
Nathalie Furmento
|
ac7ddeb5e5
examples/reductions/dot_product.c: get rid off unused variable
|
14 years ago |
Samuel Thibault
|
c9de386528
Mention the needed conversion and filenames so Windows users can simply double-click on the file
|
14 years ago |
Nathalie Furmento
|
e0cf5c2d9c
README.dev: explanations on how to compile and install StarPU on a windows machine
|
14 years ago |
Nathalie Furmento
|
535638a071
src/drivers/opencl/driver_opencl_utils.c: Do not try to load and compile the opencl kernel file if there is no devices
|
14 years ago |
Sylvain Henry
|
3914b9f58b
Enable OpenCL out-of-order command queues
|
14 years ago |
Nathalie Furmento
|
7b59581779
include/: when compiling with visual studio, do not include pthread.h, do not define functions using pthread types, and define pthread variables as void * (followup to #3304)
|
14 years ago |
Nathalie Furmento
|
2ab366f5f4
examples/stencil/Makefile.am: update rule for cuda compilation
|
14 years ago |
Nathalie Furmento
|
bc7c8bcc60
include: ssize_t is not defined on virtual studio, use starpu_ssize_t which will be defined as ssize_t or long depending on the platform
|
14 years ago |
Nathalie Furmento
|
511e71c851
include: when compiling with visual studio c++, do not include pthread.h (it does not exist), and replace pthread types with void*
|
14 years ago |
Sylvain Henry
|
13cc8af7f7
Fix libstarpumpi compilation when FxT is disabled
|
14 years ago |
Nathalie Furmento
|
849b0e5746
configure.ac: revert #3300. We do not need to define that flag for nvcc. We should instead check _MSC_VER for microsoft visual studio
|
14 years ago |
Samuel Thibault
|
47d387092e
Use MPI rank instead of PID for profiling file name
|
14 years ago |
Nathalie Furmento
|
d94e617176
configure.ac: define macro __MINGW32__ for nvcc
|
14 years ago |
Samuel Thibault
|
6d18461faf
fix parsing: \t in scanf actually eats \n too...
|
14 years ago |
Samuel Thibault
|
352161434e
fix expected value returned by fscanf
|
14 years ago |
Samuel Thibault
|
1d17336915
re-bench instead of crashing when maxnodes changed
|
14 years ago |
Cédric Augonnet
|
71952e4c0c
Directly use workers' local queues instead of reimplementing queues and a pop
|
14 years ago |
Cédric Augonnet
|
339892a2a6
Use a memcpy operation that relies on a stream
|
14 years ago |
Nathalie Furmento
|
f7d4696af4
configure.ac: -m64 should only be set when a 64bits OS is detected
|
14 years ago |
Cédric Augonnet
|
5ccdb011e6
Fix minor warnings
|
14 years ago |
Samuel Thibault
|
6ec6175aa3
mention STARPU_GENERATE_TRACE earlier in the documentation too
|
14 years ago |
Cédric Augonnet
|
48aea5e024
Bug fix: use a kernel to actually put zeros in the vector that is initialized
|
14 years ago |
Cédric Augonnet
|
300d5dd289
The graphviz output is now generated by the code in src/debug/traces/
|
14 years ago |
Cédric Augonnet
|
f8b9a08280
Texinfo fix
|
14 years ago |
Cédric Augonnet
|
84af19fdde
- Major cleanup of the code generating the Paje trace
|
14 years ago |
Nathalie Furmento
|
69124d63d1
README: Update list of libraries which need to be copied on windows systems
|
14 years ago |