StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

einpoklum

Rating
1504.90 (143,390th)
Reputation
40,630 (2,725th)
Page: 1 ... 16 17 18 19 20 21 22
Title Δ
How to obtain thread stack information WITHOUT pstack and gdb 0.00
Why do dynamic arrays in C++ and Java have different initial capaci... -0.50
How can reduce the number of branches/if statements in my kernels? 0.00
How to fix error calling a __host__ function("std::max<doub... -1.06
With std::byte standardized, when do we use a void* and when a byte*? +1.70
Dynamic Parallelism on GTX 980 ti: Unknown Error 0.00
Should I allow my custom iterator to go past the end? -1.88
Code out of range. How can this vector be allocated dynamically? -0.17
Can't Pass Enum Value to Recursive Template (C++) -0.17
In c++,how to destroy built-in type? -0.67
Error while assigning a pair value to a map key +1.87
Pointers to consecutive elements in an array of structs not at unif... 0.00
How can I replace normal pointer with shared pointer without changi... 0.00
C++ type with 200 digits after decimal point? 0.00
What is the best method to minimize code complexity when saving sta... 0.00
CUDA sum many small sized arrrays 0.00
Reverse list implementation and pointers understanding +0.06
Read files from URL in C++ instead of local files using Point Cloud... 0.00
Refer to a function that is member of a class 0.00
How to succinctly, portably, and thoroughly seed the mt19937 PRNG? +1.58
Move vs copy performance in custom classes -1.20
C++: how can a class load itself into memory to increment a global... 0.00
Reduce execution time of prime number generator +0.57
How to overload a built-in CUDA function? -0.96
Transferring an array pointer into CUDA memory via separate class 0.00
Why must accessor functions be const? Where is the vulnerability? +1.39
How to empty std::set from objects' pointers? -0.64
Unsorting a sorted array and preserving the original order of the a... +2.19
Passing a Constant Integer in a CUDA Kernel 0.00
use cudaMalloc() to allocate when using std::vector<int *> -1.05
C++: Optimizing out destructor call -1.44
Floating point min/max in CUDA slower than CPU version. Why? 0.00
C++ when to return by value and when to return a unique pointer to... +1.08
CUB segmented reduction not producing results 0.00
Thrust reduction and overloaded operator-(const float3&, const... 0.00
What's the most efficient way to calculate the warp id / lane i... 0.00
finding and erasing duplicates in one vector and erasing values in... +0.54
CUDA: How to return a device lambda from a host function 0.00
In an elementwise add() CUDA kernel, why is the stride blockDim.x *... 0.00
How are you supposed to program in CUDA these days 0.00
Is it safe to convert a pointer to typed/sized enum to a pointer to... +2.34
Using CUDA GPUs at prediction time for high througput streams 0.00
How do I get DISTINCT columns and COUNT occurrences of sub DISTINCT... -1.62
Is starting 1 thread per element always optimal for data independen... -1.06
Why does std::visit take a variable number of variants? -0.66
How to install two GCC versions for cuda 5.0 on centos7 0.00
Makefile for cuda/c++, Cannot succesfully compile -1.07
Is CUDA 8.0 now compatible with gcc 5.4? -1.08
Which should I prefer for a constant within a function: constexpr c... -1.37
Efficiently dividing unsigned value by a power of two, rounding up... +1.31