issues
search
asherliu
/
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
Dynamically choose between launch_closure_by_values & launch_closure_by_pointer
#336
GoogleCodeExporter
closed
8 years ago
4
Add transform_if flavor without stencil
#335
GoogleCodeExporter
closed
8 years ago
5
thrust::sequence's implementation requires OutputType constructibility from T. It should only require convertibility
#334
GoogleCodeExporter
closed
8 years ago
2
Cannot compile with the PGI C++ compiler
#333
GoogleCodeExporter
closed
8 years ago
1
device_vector<float>::assign(size_type n, const T &x) is broken for float x != 0
#332
GoogleCodeExporter
closed
8 years ago
4
vector::insert has race conditions
#331
GoogleCodeExporter
closed
8 years ago
1
Parameterize transform_iterator's copy constructor on OtherIterator et al
#330
GoogleCodeExporter
closed
8 years ago
1
warning: calling a __host__ function ... when using thrust::transform_iterator with a std::container::iterator
#329
GoogleCodeExporter
closed
8 years ago
3
The definitions in detail/minmax.h need __host__ __device__ on them.
#328
GoogleCodeExporter
closed
8 years ago
1
the type of cuda::reduce_n_device's n parameter needs to be generalized
#327
GoogleCodeExporter
closed
8 years ago
1
Deduce counting_iterator's difference_type correctly
#326
GoogleCodeExporter
closed
8 years ago
1
Parameterize zip_iterator's copy constructor on OtherIteratorTuple
#325
GoogleCodeExporter
closed
8 years ago
1
Add Thrust lambda library
#324
GoogleCodeExporter
closed
8 years ago
1
bug in any_of
#323
GoogleCodeExporter
closed
8 years ago
3
Eliminate copy_when for real
#322
GoogleCodeExporter
closed
8 years ago
2
CUDA 4.0 RC / thrust and dynamic runtime libraries under MSVC /MD
#321
GoogleCodeExporter
closed
8 years ago
4
How to export C++ STL containers to CUDA containers?
#320
GoogleCodeExporter
closed
8 years ago
1
remove latent radix sort code
#319
GoogleCodeExporter
closed
8 years ago
3
radix_sort() spends a lot of time in cudaGetDeviceProperties
#318
GoogleCodeExporter
closed
8 years ago
5
wrong sort algorithm is used by default
#317
GoogleCodeExporter
closed
8 years ago
5
Refine generate's functor as we do for transform based on __host__ / __device__
#316
GoogleCodeExporter
closed
8 years ago
1
equal_range could use specialization
#315
GoogleCodeExporter
closed
8 years ago
3
Calls to copy invoking ADL when not intended
#314
GoogleCodeExporter
closed
8 years ago
2
host_defines.h does not exist
#313
GoogleCodeExporter
closed
8 years ago
2
host_defines.h does not exist
#312
GoogleCodeExporter
closed
8 years ago
10
Malloc failures should set bad_alloc::what
#311
GoogleCodeExporter
closed
8 years ago
1
thrust::sort does not sort a device_vector<int> when using "-arch=sm_n" with n > 10
#310
GoogleCodeExporter
closed
8 years ago
4
device_ptr construction from and convertibility to related types need to be protected by enable_if
#309
GoogleCodeExporter
closed
8 years ago
2
in-place adjacent_difference fails non-deterministically
#308
GoogleCodeExporter
closed
8 years ago
2
Compiling with a plain-old C++ compiler stopped working
#307
GoogleCodeExporter
closed
8 years ago
3
improve histogram example
#306
GoogleCodeExporter
closed
8 years ago
1
Incorrect Scan Results
#305
GoogleCodeExporter
closed
8 years ago
5
Eliminate \bug note about placement new in uninitialized_copy.h
#304
GoogleCodeExporter
closed
8 years ago
1
make routines in cuda::arch thread-safe
#303
GoogleCodeExporter
closed
8 years ago
2
allow adjacent_different to work in-place with general iterators using a temporary buffer
#302
GoogleCodeExporter
closed
8 years ago
2
Implement thread_index(), block_index(), etc. functions
#301
GoogleCodeExporter
closed
8 years ago
3
Implement THRUST_STATIC_ASSERT with static_assert
#300
GoogleCodeExporter
closed
8 years ago
2
enable parition_point tests
#299
GoogleCodeExporter
closed
8 years ago
1
minmax_element's unittest is commented out
#298
GoogleCodeExporter
closed
8 years ago
2
Problem with not1
#297
GoogleCodeExporter
closed
8 years ago
1
indexing bug in CUDA merge sort
#296
GoogleCodeExporter
closed
8 years ago
1
implement reverse() without a temporary buffer
#295
GoogleCodeExporter
closed
8 years ago
1
improve cuda scan performance
#294
GoogleCodeExporter
closed
8 years ago
7
typo in Intro to Thrust slides
#293
GoogleCodeExporter
closed
8 years ago
1
thrust::fill behavior depends on linker order when mixing .cpp & .cu
#292
GoogleCodeExporter
closed
8 years ago
3
expand coverage of set operation tests
#291
GoogleCodeExporter
closed
8 years ago
2
fix misnamed set operation unit test
#290
GoogleCodeExporter
closed
8 years ago
1
Improve performance of set ops
#289
GoogleCodeExporter
closed
8 years ago
2
resolve unexpected behavior of remove_if with overlapping stencil and value sequences
#288
GoogleCodeExporter
closed
8 years ago
3
kill the const return type at line 375 of detail/tuple.inl
#287
GoogleCodeExporter
closed
8 years ago
1
Previous
Next