-
```
What version of the product are you using? On what operating system?
Aparapi on Ubuntu 12.04
Please provide any additional information below.
I am looking into the possibility of using the Aparap…
-
```
What version of the product are you using? On what operating system?
Aparapi on Ubuntu 12.04
Please provide any additional information below.
I am looking into the possibility of using the Aparap…
-
In create_mapping, there's a couple numpy calls which would be faster (it won't impact total running time much, matter of principle...):
```python
def create_mapping(
src_idx: Any, tgt_idx: A…
-
test: https://gcc.godbolt.org/z/f86hxd8cT
```
#define N 480
unsigned int
f (unsigned int res, signed char *restrict a,
unsigned char *restrict b)
{
for (__INTPTR_TYPE__ i = 0; i < N; ++i…
vfdff updated
1 month ago
-
Key computatiomal kernels do not try and take advantage of Kokkos vectorization primitives, which could potentially limit speedups on a wide range of systems. Refining operators and the loops that use…
-
First of all, I really appreciate your implementation of the Tabu algorithm, this is pretty clear to understand and you got nice results 😸.
I still have some recommendations, those are my point of …
-
Hello
@farzad528
We have properly created indexes, indexers, data sources and skillsets and the indexers are working properly and we get document chunks in the index.
However we get this err…
-
The vectorized query execution pipeline works automatically for some queries over the compressed hypertables, no user configuration is required.
Add a short explanation in https://docs.timescale.co…
-
I am writing a machine learning software that needs to compute “Y = exp(a⋅X)”.
Sample code:
```c++
#include
#include
void func(float a[]) {
for(std::size_t i = 0; i != 16; i++) {
…
-
```
What version of the product are you using? On what operating system?
Aparapi on Ubuntu 12.04
Please provide any additional information below.
I am looking into the possibility of using the Aparap…