Cédric Augonnet
|
d2a2854b33
Use a reduction to sum the number of successful shots within a block
|
15 years ago |
Cédric Augonnet
|
76f2fd6053
Implement a (really naive) CUDA kernel that computes pi with a Monte Carlo
|
15 years ago |
Cédric Augonnet
|
7b30fad879
Add a very simple monte carlo example to compute pi (CPU only yet)
|
15 years ago |
Cédric Augonnet
|
fb3d7bb6a9
The "id" field was previously renamed into "devid"
|
15 years ago |
Cédric Augonnet
|
d996551e3a
Document how to install FxT so that StarPU can generate traces
|
15 years ago |
Cédric Augonnet
|
42676df753
Only built the CUDA kernels for SpMV if CUDA is enabled
|
15 years ago |
Cédric Augonnet
|
37679a5020
Prefix the last calls to get_sub_data
|
15 years ago |
Cédric Augonnet
|
60a17cf50b
There is no point in maintaining total_number_of_jobs in the FIFO structure
|
15 years ago |
Cédric Augonnet
|
e98a9d724d
Some calls to get_sub_data in examples that are only available with a BLAS lib
|
15 years ago |
Nathalie Furmento
|
815b70f3ac
followup to r1803: Rename the "blas" interface into "matrix"
|
15 years ago |
Nathalie Furmento
|
432e1e6dd8
fix CPPFLAGS when building outside of source directory
|
15 years ago |
Samuel Thibault
|
498359fe4d
minimal documentation of what a memory node is
|
15 years ago |
Cédric Augonnet
|
b9e7a62fd0
The CSR filter was using a float pointer to compute the offset within the data
|
15 years ago |
Samuel Thibault
|
ebae02ad27
the device mask uses the STARPU_ prefix
|
15 years ago |
Cédric Augonnet
|
77c98167af
Fix typos in the documentation, thanks to Sylvain Gault for reporting them !
|
15 years ago |
Cédric Augonnet
|
d773a1aeb6
Add a new "variable" data interface which stores a single variable. This
|
15 years ago |
Nathalie Furmento
|
7a6af6bb8e
Fix spelling : s/bandwith/bandwidth/g
|
15 years ago |
Nathalie Furmento
|
9cadc4603d
Fix spelling : s/bandwith/bandwidth/g
|
15 years ago |
Cédric Augonnet
|
7a723587b9
We must not redefine STARPU_NMAXCPUS since it is determined at configure time.
|
15 years ago |
Cédric Augonnet
|
b412800174
Renaming sometimes does not make sense
|
15 years ago |
Samuel Thibault
|
85562455ef
Add rules for pure FFTW threaded tests
|
15 years ago |
Nathalie Furmento
|
9d9a278104
configure.ac: parallel-tests is not such a good option ...
|
15 years ago |
Brice Goglin
|
546ddabb80
Major fixes in the README
|
15 years ago |
Cédric Augonnet
|
7f51082226
Document starpu_get_cpu_worker_count, starpu_get_cuda_worker_count,
|
15 years ago |
Cédric Augonnet
|
4ea33a44d7
Document starpu_execute_on_each_worker
|
15 years ago |
Cédric Augonnet
|
03d0f559e4
be a little more explicit
|
15 years ago |
Nathalie Furmento
|
4767ad1acb
configure.ac: add useful options for make check
|
15 years ago |
Cédric Augonnet
|
99813e9fe2
- Start to document data management
|
15 years ago |
Cédric Augonnet
|
ebe7bcc0c7
Use CUDA to translate CUDA errors into strings rather than doing it by hand.
|
15 years ago |
Cédric Augonnet
|
9f322bae0c
fix previous commit by using only subsection instead of subsubsections
|
15 years ago |