biergaizi

Results 39 issues of biergaizi

WeCase 的 IRC 会议机制得以使开发人员方便的进行意见交换。然而,会议提出的决议并不能很好的实施,许多社区和项目中的问题也未能及时反馈到会议上。因此,为了讨论和很好的实施 WeCase 的各项议案,在 WeCase 的第一次非常规会议上,通过了 Biergaizi (Tom Li) 的提议,建立 Request for Comments 的机制。 Request for Comments,和 Linux Kernel RFC,或 Python 的 PEP 类似,是将 WeCase 的重大变更整理成一份议案,供大家讨论和表决。 待讨论的问题包括但不限于: -...

WRFC

将所有的 Qt 相关对象,使用最新的《开发指南》规范命名。工作量可能很大,建议使用 IDE 配合操作。 由我来进行。

enhancement

As many people have decided to migrate their projects to other platforms, why not to label the abandoned GitHub project as "#DeleteGithub"? If we use #DeleteGithub tag to label our...

best practices - ideas

Since https://github.com/gentoo/gentoo is available on GitHub and accepts Pull Requests from the general public, we probably should try upstreaming mere version bumps to the mainline. New Pull Requests, if just...

Question

The documentation of `offsetLoss` in `OpenStandard`, `ShortStandard` and `LoadStandard` appears incorrect. It reads: > offsetLoss (optional) float loss due to skin-effect defined in **Gohms/s** at f0 (defaults to 0). However,...

It would be helpful to make some protest code snippets, artworks, T-shirts that are easy to express and reproduce the core algorithm of the transformation of coordinates, i.e something like...

chnroutes only works when using VPN with modified route table. But it could became a more useful script. This commit makes chnroute support the PAC file generation, as a new...

needs review

``` #1 [16:08] qq(发起人) :我还活着! [16:08] 【提示:此用户正在使用Q+ Web:http://web2.qq.com/】 #2 [16:09] qq(发起人) :? [16:09] ``` 在对方使用 Web QQ 发送第一条信息时,会出现 `#1` 的现象。之后,会出现 `#2` 的现象。空白行严重影响阅读。

I have parallelized a loop with Kokkos that iterates across 3D space using an `MDRangePolicy` with rank 3, and I want to investigate the performance impact of different tile sizes....

Question
Feature Request

Kokkos' OpenMP backend has static and dynamic scheduling policies, none of them appears to be NUMA aware. In static scheduling, it's not a serious problem, as it's possible to manually...

Feature Request
Backend - OpenMP