xhe

Results 39 issues of xhe

### First-time contributors' checklist - [ ] I've signed [**Contributor License Agreement**](https://cla-assistant.io/pingcap/docs-cn) that's required for repo owners to accept my contribution. ### What is changed, added or deleted? (Required) ###...

translation/done
size/XS
type/compatibility-or-feature-change
v8.0

Similar to #209. I am adding bcachefs-tools into openwrt with musl libc. And `pwritev2` is not implemented in musl. There is a need for `syscall()` fallback.

### First-time contributors' checklist - [x] I've signed [**Contributor License Agreement**](https://cla-assistant.io/pingcap/docs-cn) that's required for repo owners to accept my contribution. ### What is changed, added or deleted? (Required) ### Which...

translation/done
size/S
lgtm
v8.1

Result: boost from `3.6~8token/s` to `4.2~4.3token/s` on SG2042. Analyze: I added tracy to trace execution in details. I observed that worker wakening is problematic. **There are some workers picked up...

Seems that O3 optimization is too aggressive on most RISCV systems, where pipeline/caching is not doing as well as x86. Disable O3 makes chatglm2 runs at 3.6t/s compared to 3t/s.

### What problem does this PR solve? Issue Number: close #48756 Problem Summary: ### Check List Tests - [ ] Unit test - [ ] Integration test - [x] Manual...

size/S
release-note-none
ok-to-test
needs-cherry-pick-release-7.1
approved
lgtm
needs-cherry-pick-release-7.5
needs-cherry-pick-release-8.1

## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ``` CREATE TABLE t (id INT, a VARBINARY(20), b BIGINT); INSERT INTO...

type/bug
sig/sql-infra
affects-5.4
affects-6.1
affects-6.5
affects-7.1
affects-8.1

### Describe your use-case. Sometimes I want to train a lora that will be used with other loras, and I want to see the results from sampling. So I don't...

enhancement

A similar issue as in SDL, please check https://github.com/libsdl-org/SDL/pull/9285 EDIT: I don't read the source carefully, but the following patch worked: ``` --- a/profiler/src/BackendWayland.cpp 2024-07-17 00:38:15.000000000 +0800 +++ b/profiler/src/BackendWayland.cpp 2024-07-17...

## Feature Request If one have ran `tiup playground nightly` 3 days ago, then later the nightly version wont be updated. I think it is because old nightly tarball is...

type/feature-request