Cédric Augonnet
|
f1ddbe3627
Use a grey background for "unknown" vertices rather than a black one (so that
|
15 years ago |
Samuel Thibault
|
c2a62115aa
fix windows cuda build, disable opencl on windows for now (no fork there...)
|
15 years ago |
Nathalie Furmento
|
88b473d02e
revert r#2246. No need to check the return value of _starpu_fetch_data_on_node
|
15 years ago |
Nathalie Furmento
|
63a9dc3a29
examples/block/block_kernel.cl: typo
|
15 years ago |
Samuel Thibault
|
b210f4c30e
visual studio doesn't have __sync operations, but this is not fatal to applications
|
15 years ago |
Samuel Thibault
|
322badcd63
windows doesn't have sched_setaffinity, we really need to use hwloc here
|
15 years ago |
Nathalie Furmento
|
400ba4a891
src/datawizard/user_interactions.c: check return value of _starpu_fetch_data_on_node
|
15 years ago |
Samuel Thibault
|
ea9361f2db
do not look for specific symbols in cuda, as on windows the names are mangled
|
15 years ago |
Samuel Thibault
|
865c2a86f5
TODO
|
15 years ago |
Nathalie Furmento
|
05cc131e5b
configure.ac: apply substitution only if CUDA is enabled
|
15 years ago |
Nathalie Furmento
|
9d25e11734
libstarpu.pc.in: only make public the CUDA flags
|
15 years ago |
Cédric Augonnet
|
7f2a7c8108
Properly handle the case of memory chunks associated to a handle that was
|
15 years ago |
Nathalie Furmento
|
bff693c1ae
README: Update svn checkout commands
|
15 years ago |
Nathalie Furmento
|
d4a4848320
libstarpu.pc.in: Partially revert r2189. As StarPU uses for example CUDA in its public interface, it needs to export its CFLAGS and LDFLAGS.
|
15 years ago |
Cédric Augonnet
|
3bf9c2f5f6
Provide the CUDA implementation of the codelet in the mpi_like(_async) tests.
|
15 years ago |
Cédric Augonnet
|
2c30e80a9a
Use the PTHREAD_COND_WAIT macro to check return value.
|
15 years ago |
Nathalie Furmento
|
28d36ebed3
Fix to avoid early evaluation of ${datarootdir}. When doing so, not specifying --prefix to configure ends up in datarootdir=/NONE/share
|
15 years ago |
Nathalie Furmento
|
f7bad4ed84
Add a pkg.m4 file for autogen.sh to successfully generate the configure file on machines which have a crappy version of autotools and pkgconfig
|
15 years ago |
Cédric Augonnet
|
c2393291f1
Even if CUDA is installed on the machine, there may be no GPU available.
|
15 years ago |
Cédric Augonnet
|
c4d106f500
Change the behaviour of starpu_data_unregister so that the data is updated in
|
15 years ago |
Olivier Aumage
|
44c809c603
- typo
|
15 years ago |
Cédric Augonnet
|
dec83d29d2
Display task dependencies (ie. not only tag dependencies) in the graph
|
15 years ago |
Cédric Augonnet
|
5c4864f8d5
Factorize some code
|
15 years ago |
Cédric Augonnet
|
a3c7c3a755
Use a task to increment the variable in the mpi-like tests
|
15 years ago |
Cédric Augonnet
|
949c821adf
Use asynchronous user data requests in the previous MPI-like example
|
15 years ago |
Cédric Augonnet
|
c60646ab8a
Add a test which mimics MPI communications on top of threads so that we can
|
15 years ago |
Cédric Augonnet
|
901bc0961f
Add a test for asynchronous user data requests with implicit deps
|
15 years ago |
Cédric Augonnet
|
d2603673f1
Test wether the MPI libs supports asynchronous transfers + implicit deps
|
15 years ago |
Samuel Thibault
|
7d762800c0
harmonize cuda version with vpu version
|
15 years ago |
Samuel Thibault
|
e80914ce4d
no need to pass multiplier as a buffer
|
15 years ago |