Commit History

Author SHA1 Message Date
  Samuel Thibault 2b30d49db1 Make it possible to use simgrid without having CUDA/OpenCL installed 13 years ago
  Nathalie Furmento eb32a9b3d4 src: fix coding style 13 years ago
  Samuel Thibault 2e901e9bd8 Add more debugging information on assertions 13 years ago
  Samuel Thibault 86cd122211 Comment that in GPUDirect mode, peer transfer is probably better when issued from the destination too 13 years ago
  Nathalie Furmento 8f5264b152 data interface: no longer store data size in the handle as some interface may have variable size 13 years ago
  Samuel Thibault 27fd79e4c2 Fix Darwin build: Remove unused pthread_spinlock macros (which are duplicates for our own spin locks), include common_barrier.h for the pthread_barrier_t type 13 years ago
  Nathalie Furmento edc236df55 memory stats: group all functions in new file src/datawizard/memstats.c and rename them to follow pattern starpu_memory_... 13 years ago
  Nathalie Furmento 4ba3bb5eab memory stats: rename memory_status objects to memory_stats objects as what is displayed are statistics 13 years ago
  Samuel Thibault 018023820d explain why preferring transfer from destination 13 years ago
  Samuel Thibault 9badf4f117 Move unregistering tasks from implicit dependencies lists from 13 years ago
  Cyril Roelandt 2afba726aa _starpu_fetch_task_input: Call _STARPU_TRACE_END_FETCH_INPUT on error. 14 years ago
  Cyril Roelandt 6a8757fa81 _starpu_create_request_to_fetch_data: add a call to _starpu_spin_checklocked at the beginning to ensure the lock is taken. 14 years ago
  Samuel Thibault 26d2804cd4 Check that the handle spinlock is held when manipulating refcnts 14 years ago
  Samuel Thibault 24a2f14d6b Make sure we don't overflow the next_req array 14 years ago
  Samuel Thibault 07a56c8386 Fix reference count for starpu_data_acquire_cb when the target GPU is already full: we do want the request to succeed, even if it is asynchronous. 14 years ago
  Samuel Thibault cee4dda50d Fix comment 14 years ago
  Nathalie Furmento 5bd0025725 src: let's decrease number of warnings for icc ... 14 years ago
  Nathalie Furmento e5f68ad9d6 src: update double values usage 14 years ago
  Cyril Roelandt ee3612515d Rename starpu_get_node_kind : it should be starpu_node_get_kind. 14 years ago
  Cyril Roelandt ee6ae0150a Make enum _starpu_node_kind and _starpu_get_node_kind public. 14 years ago
  Cyril Roelandt 5a705e4a6b Replace starpu_get_memory_nodes_count by starpu_memory_nodes_get_count. 14 years ago
  Cyril Roelandt 6b9290d36c Make _starpu_get_memory_nodes_count() public. 14 years ago
  Samuel Thibault 093df9884a fix build with icpc 14 years ago
  Nathalie Furmento 680e312601 First modifications to define access modes for data handles into starpu_codelet and no longer in starpu_task 14 years ago
  Nathalie Furmento 0433b3cc32 src: minor fixes w.r.tg warnings detected by gcc compiler 14 years ago
  Samuel Thibault 3f12d8bd73 unbreak r4806: don't use the sorted order for the task interfaces 14 years ago
  Samuel Thibault 52b0917cf1 Allow using the same parameter several times, in both read and write mode 14 years ago
  Nathalie Furmento 3ad31951c8 src: code cleaning 14 years ago
  Nathalie Furmento efc9c3a136 src: Update LIST_TYPE macro to generate list functionalities and type 14 years ago
  Nathalie Furmento 1b377f358f src: rename internal objects following coding conventions 14 years ago