Today
-
issue 53
(Parallelize OpenMP scan functions) changed by wnbell
-
Status:
Started
Labels:
Priority-Low Milestone-Release1.x
−Priority-Medium −Milestone-Release1.2
Status:
Started
Labels:
Priority-Low Milestone-Release1.x
−Priority-Medium −Milestone-Release1.2
-
issue 57
(improve cuda::stable_merge_sort() performance with large siz...) changed by wnbell
-
Status:
Fixed
Labels:
Milestone-Release1.1
−Milestone-Release1.x
Status:
Fixed
Labels:
Milestone-Release1.1
−Milestone-Release1.x
-
issue 64
(Check correctness of OMP backend without -fopenmp or /openmp) reported by wnbell
-
-
r687
(WAR extern __shared__ array problem with extern_shared_ptr c...) committed by jaredhoberock
- WAR extern __shared__ array problem with extern_shared_ptr class template.
WAR extern __shared__ array problem with extern_shared_ptr class template.
-
Yesterday
-
r686
(g++ needs to know the device backend too; send it along
) committed by jaredhoberock
- g++ needs to know the device backend too; send it along
g++ needs to know the device backend too; send it along
-
Last 7 days
-
r685
(Implement are_spaces_interoperable
Catch interoperable space...) committed by jaredhoberock
- Implement are_spaces_interoperable
Catch interoperable space case inside device_dereference when assigning or converting and do the
fast thing
Implement are_spaces_interoperable
Catch interoperable space case inside device_dereference when assigning or converting and do the
fast thing
-
r684
(fix bug in segmented_scan
) committed by jaredhoberock
- fix bug in segmented_scan
fix bug in segmented_scan
-
-
r683
(clarified transform_reduce() semantics
) committed by wnbell
- clarified transform_reduce() semantics
clarified transform_reduce() semantics
-
r682
(fixed invalid iterator reference in generic::exclusive_segme...) committed by wnbell
- fixed invalid iterator reference in generic::exclusive_segmented_scan
fixed invalid iterator reference in generic::exclusive_segmented_scan
-
r681
(Use the index-less version of dereference in the omp impleme...) committed by jaredhoberock
- Use the index-less version of dereference in the omp implementation of copy.
Use the index-less version of dereference in the omp implementation of copy.
-
r680
(Most versions of dereference should take const references to...) committed by jaredhoberock
- Most versions of dereference should take const references to their iterator argument.
Most versions of dereference should take const references to their iterator argument.
-
r679
(Correct typo in omp reduce implementation.
) committed by jaredhoberock
- Correct typo in omp reduce implementation.
Correct typo in omp reduce implementation.
-
-
Last 30 days
-
issue 60
(The SVN version of thrust should issue a warning) commented on by wnbell
-
-
issue 60
(The SVN version of thrust should issue a warning) commented on by wnbell
-
-
-
r678
(Convert CUDA scan kernel to use the index-less version of de...) committed by jaredhoberock
- Convert CUDA scan kernel to use the index-less version of dereference.
Convert CUDA scan kernel to use the index-less version of dereference.
-
r677
(moved cuda/detail/block/* to cuda/block/
) committed by wnbell
- moved cuda/detail/block/* to cuda/block/
moved cuda/detail/block/* to cuda/block/
-
r676
(fixed several bugs found by trivial_tests
) committed by wnbell
- fixed several bugs found by trivial_tests
fixed several bugs found by trivial_tests
-
issue 8
(Thrust should be strict about checking whether it is safe to...) Labels changed by jaredhoberock
-
Labels:
Milestone-Release1.2
−Milestone-Release1.x
Labels:
Milestone-Release1.2
−Milestone-Release1.x
-
FrequentlyAskedQuestions
(Frequently Asked Questions) Wiki page edited by wnbell
- Revision r675
Edited wiki page through web user interface.
Revision r675
Edited wiki page through web user interface.
-
-
r674
(Use index-less dereference in omp & cuda reduce implementati...) committed by jaredhoberock
- Use index-less dereference in omp & cuda reduce implementations.
Use index-less dereference in omp & cuda reduce implementations.
-
r673
(Use index-less dereference in omp & cuda versions of for_eac...) committed by jaredhoberock
- Use index-less dereference in omp & cuda versions of for_each
Use index-less dereference in omp & cuda versions of for_each
-
r672
(Fix segmentation fault in vector_cpp_subset.cpp:
* unguard C...) committed by jaredhoberock
- Fix segmentation fault in vector_cpp_subset.cpp:
* unguard CUDA's free dispatch
* make malloc & free functions templated on a dummy argument to prevent their instantiation if
they're not used
Fix segmentation fault in vector_cpp_subset.cpp:
* unguard CUDA's free dispatch
* make malloc & free functions templated on a dummy argument to prevent their instantiation if
they're not used
-
r671
(added missing file: host/unique.h
) committed by wnbell
- added missing file: host/unique.h
added missing file: host/unique.h
-
r670
(device::generic::segmented_scan() and device::generic::uniqu...) committed by wnbell
- device::generic::segmented_scan() and device::generic::unique() now invoke device::scan()
device::generic::segmented_scan() and device::generic::unique() now invoke device::scan()
-
issue 59
(implement unique_by_key, unique_copy, and unique_copy_by_key) Status changed by wnbell
-
-
r669
(added unique_by_key and unique_copy_by_key
partially address...) committed by wnbell
- added unique_by_key and unique_copy_by_key
partially addresses issue #59
added unique_by_key and unique_copy_by_key
partially addresses issue #59
-
r668
(Use index-less version of dereference in merge sort's implem...) committed by jaredhoberock
- Use index-less version of dereference in merge sort's implementation.
Use index-less version of dereference in merge sort's implementation.
-
issue 41
(Test Thrust with --device-emulation) changed by wnbell
-
Owner:
wnbell
Labels:
Milestone-Release1.2
−Milestone-Release1.x
Owner:
wnbell
Labels:
Milestone-Release1.2
−Milestone-Release1.x
-
r667
(added project1st and project2nd functionals
) committed by wnbell
- added project1st and project2nd functionals
added project1st and project2nd functionals
-
r666
(added unique_copy()
partially resolves issue #59
unique_copy...) committed by wnbell
- added unique_copy()
partially resolves issue #59
unique_copy still requires documentation
added unique_copy()
partially resolves issue #59
unique_copy still requires documentation
-
issue 59
(implement unique_by_key, unique_copy, and unique_copy_by_key) reported by wnbell
-
-
Roadmap
(Tentative schedule of Thrust development) Wiki page edited by wnbell
- Revision r665
moved unique_copy, unique_by_key, and unique_copy_by_key to Milestone 1.2
Revision r665
moved unique_copy, unique_by_key, and unique_copy_by_key to Milestone 1.2
-
r664
(Explicity implement tuple_transform & tuple_meta_transform w...) committed by jaredhoberock
- Explicity implement tuple_transform & tuple_meta_transform without cons.
Explicity implement tuple_transform & tuple_meta_transform without cons.
-
r663
(added padded_grid_reduction example
removed redundant output...) committed by wnbell
- added padded_grid_reduction example
removed redundant output from histogram example
added padded_grid_reduction example
removed redundant output from histogram example
-
r662
(Change the name of the function that determines the result o...) committed by jaredhoberock
- Change the name of the function that determines the result of dereference from
iterator_device_reference to dereference_result.
Change the name of the function that determines the result of dereference from
iterator_device_reference to dereference_result.
-
-
Tutorial
(Tutorial for new Thrust developers) Wiki page edited by wnbell
- Revision r660
Edited wiki page through web user interface.
Revision r660
Edited wiki page through web user interface.
-
issue 58
(refine raw_device_buffer usage in device backends) reported by wnbell
-
-
issue 19
(make algorithms work for arbitrarily large data types) commented on by wnbell
-
-
r659
(stable_sort_by_key() now uses indirection when sorting large...) committed by wnbell
- stable_sort_by_key() now uses indirection when sorting large values
partially addresses issue #19
stable_sort_by_key() now uses indirection when sorting large values
partially addresses issue #19
-
issue 19
(make algorithms work for arbitrarily large data types) commented on by wnbell
-
-
r658
(stable_sort_by_key() now uses indirection when sorting large...) committed by wnbell
- stable_sort_by_key() now uses indirection when sorting large keys
partially addresses issue #19
stable_sort_by_key() now uses indirection when sorting large keys
partially addresses issue #19
-
issue 19
(make algorithms work for arbitrarily large data types) commented on by wnbell
-
|