issues
search
allendaicool
/
thrust
Automatically exported from code.google.com/p/thrust
Apache License 2.0
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
testing should use thrust/random.h rather than ad hoc stuff based on rand
#129
GoogleCodeExporter
closed
9 years ago
4
modulus documentation mentions "range.h" instead of "sequence.h"
#128
GoogleCodeExporter
closed
9 years ago
4
The code examples for reduce_by_key are wrong
#127
GoogleCodeExporter
closed
9 years ago
1
improve host::sort_by_key performance
#126
GoogleCodeExporter
closed
9 years ago
1
All __host__ & __device__ qualifiers need to be removed from vector_base
#125
GoogleCodeExporter
closed
9 years ago
1
"Unaligned memory accesses" error in subtract_with_carry_engine
#124
GoogleCodeExporter
closed
9 years ago
1
fix none_of documentation
#123
GoogleCodeExporter
closed
9 years ago
1
nvcc -G produces lots of errors
#122
GoogleCodeExporter
closed
9 years ago
3
deprecate copy_when
#121
GoogleCodeExporter
closed
9 years ago
1
consider refining dispatch to retain variable references longer
#120
GoogleCodeExporter
closed
9 years ago
2
fix code that assumes that function objects are adaptable
#119
GoogleCodeExporter
closed
9 years ago
3
implement find() and find_if()
#118
GoogleCodeExporter
closed
9 years ago
5
implement mismatch()
#117
GoogleCodeExporter
closed
9 years ago
4
make unary_negate and binary_negate agree with C++ standard
#116
GoogleCodeExporter
closed
9 years ago
1
demonstrate single-source solution for targeting both CUDA and OpenMP
#115
GoogleCodeExporter
closed
9 years ago
4
Replace PredicateIterator with InputIterator
#114
GoogleCodeExporter
closed
9 years ago
1
add a --device option to the unit test driver
#113
GoogleCodeExporter
closed
9 years ago
2
Switch the repo to Mercurial
#112
GoogleCodeExporter
closed
9 years ago
8
TestReduceWithLargeTypes is broken
#111
GoogleCodeExporter
closed
9 years ago
3
copy_if's implementation should be in thrust::detail::device::generic
#110
GoogleCodeExporter
closed
9 years ago
3
the tester with OpenMP backend deadlocks or something with large numbers of threads
#109
GoogleCodeExporter
closed
9 years ago
1
eliminate redundancy among device algorithms
#108
GoogleCodeExporter
closed
9 years ago
1
Unsupport nvcc 2.3
#107
GoogleCodeExporter
closed
9 years ago
1
migrate some unique_copy_by_key functionality to reduce_by_key
#106
GoogleCodeExporter
closed
9 years ago
1
improve cuda::reduce() performance
#105
GoogleCodeExporter
closed
9 years ago
5
forward thrust::host::sort() to std::sort() instead of std::stable_sort()
#104
GoogleCodeExporter
closed
9 years ago
1
error: `&' cannot appear in a constant-expression
#103
GoogleCodeExporter
closed
9 years ago
2
OMP implementation of copy_device_to_device is not robust in the presence of overlapping ranges
#102
GoogleCodeExporter
closed
9 years ago
1
Add new methods to vectors
#101
GoogleCodeExporter
closed
9 years ago
1
Accelerate linear_congruential_engine::discard
#100
GoogleCodeExporter
closed
9 years ago
1
thrust::random needs documentation
#99
GoogleCodeExporter
closed
9 years ago
1
Thrust samples should be more self-contained
#98
GoogleCodeExporter
closed
9 years ago
1
Thrust unit tests need to compile with -arch=sm_10
#97
GoogleCodeExporter
closed
9 years ago
1
TestScanWithOperator crashes on XP
#96
GoogleCodeExporter
closed
9 years ago
1
TestScanWithLargeTypes will not compile on XP
#95
GoogleCodeExporter
closed
9 years ago
3
Provide better error message when OpenMP is required but not found
#94
GoogleCodeExporter
closed
9 years ago
1
implement has_trivial_constructor
#93
GoogleCodeExporter
closed
9 years ago
1
finish up thrust::random
#92
GoogleCodeExporter
closed
9 years ago
9
We need a sanity test that asserts that sizeof(T) from host agrees with sizeof(T) from device
#91
GoogleCodeExporter
closed
9 years ago
1
bump NV copyright year to 2010
#90
GoogleCodeExporter
closed
9 years ago
1
Scrub THRUST_DEVICE_BACKEND_OMP
#89
GoogleCodeExporter
closed
9 years ago
1
TestReverseIteratorExclusiveScan failure
#88
GoogleCodeExporter
closed
9 years ago
2
scrub __CUDACC__
#87
GoogleCodeExporter
closed
9 years ago
1
Problem compiling arbitrary_transformation.cu
#86
GoogleCodeExporter
closed
9 years ago
2
count should be collapsed to call count_if
#85
GoogleCodeExporter
closed
9 years ago
2
const correctness problem with thrust::count()
#84
GoogleCodeExporter
closed
9 years ago
1
THRUST_STATIC_ASSERT needs to be turned back on once nvcc 3.0 final is out the door
#83
GoogleCodeExporter
closed
9 years ago
1
Update Tutorial for v1.2
#82
GoogleCodeExporter
closed
9 years ago
1
improve test coverage of tests using pseudo random input
#81
GoogleCodeExporter
closed
9 years ago
3
unique_copy is broken on sm 1.1 devices
#80
GoogleCodeExporter
closed
9 years ago
4
Previous
Next