-
After loading the uboot.bin created after building, it's bricking the device.
bleow is the error message it's showing
```
U-Boot 2012.07 [local,local] (Aug 15 2022 - 21:55:26)
smem ram pta…
-
fb_info_t: /dev/fb0
xres=1024 yres=600
xres_virtual=1024 yres_virtual=1200
bits_per_pixel=32 line_length=4096
fb_info_t: red(16 8) green(8 8) blue(0 8)
xpanstep=1 ywrapstep=0
fb_size=2457600 fb_…
-
### Related problem
In PowerShell, we have properties in `ps` (`Get-Process`), called `PM` (`PagedMemory`) and `WS` (`WorkingSet`). They're different from `VM` (`VirtualMemory`), and I think they'r…
-
Hey @scijones, in build.yml we skip 2 tests (PRIMS) and expect a 3rd one to fail (SMEM arithmetic):
run: ./UnitTests -e PRIMS_Sanity1 -e PRIMS_Sanity2 -f testSmemArithmetic && junit TestResults…
-
Similar issue to https://github.com/llvm/circt/issues/7788.
Consider the following FIRRTL:
```firrtl
FIRRTL version 4.0.0
circuit Top : %[[
{
"class":"chisel3.ModulePrefixAnnotation",
…
-
```bash
export RWKV_CUDA_ON=1
python3 backend-python/main.py --host 0.0.0.0 --port 7070 --webui
```
```bash
curl http://127.0.0.1:7070/switch-model -X POST -H "Content-Type: application/json" -…
gahoo updated
9 months ago
-
### What is the current behavior?
I have this Chirrtl file which is a simplified version of one of my Chisel designs:
```
;buildInfoPackage: chisel3, version: 3.4.0, scalaVersion: 2.12.12, sbtV…
ekiwi updated
3 years ago
-
Hello!
What was the motivation for using [cooperative_gemm](https://github.com/NVIDIA/cutlass/blob/19f51596e8be9fe87d583616466581ab5740c19d/include/cute/algorithm/cooperative_gemm.hpp#L238) for the i…
-
I used a debian image from wvthoog.nl to flash a stick (with kernel 5.5) and available RAM shows as 381MB. I just built an image with your script and htop shows only 317MB available. Where did the RAM…
-
The default maxrregcount is set to 64 in the file:
> llvm/tools/clang/lib/Driver/Tools.cpp(9953).
But when I rebuilt clang with maxrregcount set to 20 and rebuilt libomptarget, there are no err…