-
```c
float sum(const float *a, int n)
{
float result = 0;
for (int i = 0; i < n; i++)
result += a[i];
return result;
}
```
$ ../upstream/llvm-project/build/bin/clang -march=rv64gcv…
-
### Package and Environment Details (include every applicable attribute)
* Package Name/Version: **spirv-tools/1.3.204.0**
* Operating System+version: **Linux Ubuntu 20.04**
* Compiler+ve…
-
## 任务背景
此次任务为 [Python 端引入 ruff 作为代码风格检查/自动修复工具](https://github.com/PaddlePaddle/community/blob/master/rfcs/CodeStyle/20230305_introducing_ruff.md#1%E4%B8%BB%E4%BD%93%E8%AE%BE%E8%AE%A1%E6%80%9D%E8%B…
-
we have code like this:
``` cpp
void my_memcpy(char * __restrict dst, const char * __restrict src, ssize_t n)
{
while (n > 0)
{
_mm_storeu_si128(reinterpret_cast(dst),
…
-
### Component
Forge
### Have you ensured that all of these are up to date?
- [x] Foundry
- [x] Foundryup
### What version of Foundry are you on?
forge 0.2.0 (fd87888 2024-06-17T00:19:4…
-
### 一、BackGround 📚
飞桨新IR(PIR)功能建设已经基本完成,当前CI流水线上静态图依然是以飞桨旧IR运行,我们想将CI默认运行的IR切换至PIR,从而能顺利支持未来飞桨基于PIR下的代码提交与验证。但是当前依然有很多单测在PIR模式下的运行会存在问题,修复这些问题成为实现默认切换PIR的必要条件。
### 二、Task Introduction📚
对于存在问题的单测,我们已统一…
-
安装了nccl,
![image](https://user-images.githubusercontent.com/43271630/165797208-83d248e8-a07e-4d4c-a8f2-870fd37f9cc7.png)
https://github.com/PaddlePaddle/Paddle/issues/28757
https://github.com/Pad…
-
Do you have any example when LLVM with pointer analysis can remove laziness as much as GRIN can?
i.e.
```haskell
main = _prim_int_print $ sum [1..100000]
```
![](https://camo.githubusercon…
-
### Component
Forge
### Have you ensured that all of these are up to date?
- [X] Foundry
- [X] Foundryup
### What version of Foundry are you on?
forge 0.2.0 (f9fc929 2023-06-29T00:12:0…
-
I wanted to put together a more technical list of issues to be solved before we can stabilize (see rust-lang/rust#86656).
There are many more important issues like performance on some targets, or i…