-
- Adding a fill `kernel` to `pyccel/stdlib/cuda_ndarrays`, that takes advantages of the GPU architecture to fill an array.
- Adding support for arrays creation routines `full`, `ones`, ...
bauom updated
5 months ago
-
## Bug Description
If compile llama2-7b with `STRIP_PLAN` + `REFIT` and then fast refit (i.e., refit with weight_name_map), the outputs are all zeros. However, slow refit works well.
If compile lla…
-
# Problem
The JSON validation in the react-ace library fails to detect and raise an error when a JSON number contains a leading zero. According to the JSON specification, leading zeros are not allo…
-
MWE, latest version of everything:
```julia
import CairoMakie
x = [0., 1.]
y = [0., 2.]
z = zeros(2,2)
fig = CairoMakie.Figure()
CairoMakie.Axis(fig[1,1])
plot = CairoMakie.contourf!(x, y, z…
-
Tfidf comparison type doesn't seem to be working when used in analysis. All the dimensions return 0 and all the words have a vector of 0. I'm worried this might be a floating point issue, which would …
recrm updated
3 months ago
-
### Describe the bug
_No response_
### To Reproduce
```
dev=> select round(42, 2);
round
-------
42
(1 row)
```
### Expected behavior
In PostgreSQL:
```
test=# select round(42, 2);
…
-
## [1089. Duplicate Zeros](https://leetcode.com/problems/duplicate-zeros/)
给你一个长度固定的整数数组 arr,请你将该数组中出现的每个零都复写一遍,并将其余的元素向右平移。
注意:请不要在超过该数组长度的位置写入元素。
要求:请对输入的数组 __就地__ 进行上述修改,不要从函数返回任何东西。
##…
-
I have successfully run your project and attempted to apply the imagePerturbationSaliency and imageSarfa methods provided by you to my own pre-trained DQN model. I've noticed that as the model's perfo…
-
```
Зачем assembler всегда создаёт объектые файлы
размером 64 кбайт? Тогда как его размер
должен быть прямо пропорционален
колличеству инструкций.
Вот такой тест:
asr %r9, %r14
return
ассе…
-
# 1-D Huffman-encoded BMPs
While v1.6.0 introduced reading Huffman encoded BMPs, I would consider it only a first crude draft.
It does work with the Huffman sample BMP from [BMP Suite](https://ent…