StackOverflow Questions for Tag: vectorization

Xiyang Liu
Xiyang Liu

Reputation: 131

why is my simd vector plus and set slower than using std::transform and std::plus<T> - am i doing my simd wrong?

Score: 3

Views: 94

Answers: 0

Read More
user54565
user54565

Reputation: 19

Vectorization of path dependent processes

Score: -1

Views: 20

Answers: 0

Read More
Michał Brodziak
Michał Brodziak

Reputation: 11

Vectorized function slower than reference when compiled without optimization (multiple 4-element FP dot-products)

Score: 0

Views: 94

Answers: 0

Read More

System.Numerics.Vector<T> or System.Runtime.Intrinsics.Vector128<T>

Score: 0

Views: 55

Answers: 2

Read More
einpoklum
einpoklum

Reputation: 132118

reduction/conjuction/disjunction functions for OpenCL vector types?

Score: 0

Views: 8

Answers: 1

Read More

skkearn.TfidfVectorizer User Warning: Your stop_words may be inconsistent with your preprocessing

Score: 21

Views: 23320

Answers: 4

Read More
Cal
Cal

Reputation: 41

need to vectorize efficiently calculating only certain values in the matrix multiplication A * B, using a logical array L the size of A * B

Score: 4

Views: 96

Answers: 1

Read More
black
black

Reputation: 1263

Jax numpy extracting non-nan values gives NonConcreteBooleanIndexError

Score: 2

Views: 94

Answers: 4

Read More
AJoR
AJoR

Reputation: 49

Is there a smart way to vectorize a nested for-loop where the inner index is limited by the outer index?

Score: 2

Views: 98

Answers: 1

Read More
user29650973
user29650973

Reputation: 21

Swig attempts to cast numpy.float64 to C++ double for new C++ functions

Score: 2

Views: 47

Answers: 0

Read More
Ian Chung
Ian Chung

Reputation: 19

How to write a vector function to apply operation f(x,y)?

Score: 0

Views: 2058

Answers: 4

Read More
Maharshi Gor
Maharshi Gor

Reputation: 46

Is there a function in Pytorch to do a batch span selection?

Score: 2

Views: 160

Answers: 1

Read More
antonjs
antonjs

Reputation: 14318

Getting auto-vectorization with GCC?

Score: 3

Views: 375

Answers: 2

Read More
CPlus
CPlus

Reputation: 4848

Is GCC/Clang able to auto-vectorize std::inner_product?

Score: 2

Views: 78

Answers: 1

Read More
Malcolm MacLeod
Malcolm MacLeod

Reputation: 674

Why is GCC not autovectorising this code unless I expicitly specify any of the possible cost model?

Score: -5

Views: 95

Answers: 1

Read More
Tom Kuiper
Tom Kuiper

Reputation: 21

vectorize returns 0s instead of results

Score: 0

Views: 28

Answers: 0

Read More
regina_adams
regina_adams

Reputation: 1

How to vectorize my code in pandas? it is long and inefficient

Score: 0

Views: 56

Answers: 1

Read More
user2338542
user2338542

Reputation:

Expression Template implementation not being optimized

Score: 1

Views: 596

Answers: 2

Read More
the_wicked
the_wicked

Reputation: 197

How to divide a matrix in MATLAB into N^2 segments each with NxN elements?

Score: 8

Views: 136

Answers: 4

Read More
pawel_winzig
pawel_winzig

Reputation: 912

vectorization of loops by compiler

Score: 2

Views: 145

Answers: 1

Read More
PreviousPage 1Next