Xida Ren

Results 50 issues of Xida Ren

Currently, setting `LINUX_PERF=1` causes https://github.com/phoronix-test-suite/phoronix-test-suite/blob/master/pts-core/modules/linux_perf.php to run `perf stat [benchmarked command]`. I would like to be able to use a custom profiler commandline to run benchmarks, such as `perf stat...

Suppose i have ``` ./thing_one/params.json ./thing_one/results.json ./thing_two/params.json ./thing_two/results.json ``` Could we make something like `jj -p -r .` hat traverses `./` to fetch all the json, and display them as...

I do not understand how the function works, but I did a search and never found these parameters used in the function. I wonder if https://github.com/thorstenwagner/ij-ridgedetection/blob/master/src/main/java/de/biomedical_imaging/ij/steger/Link.java#L250 had something to do...

运行package了以后只是生成可执行文件,木有deb,木有snap 我很快会提交一个PR,用electron-builder改善这问题。

SST-elements doesn't compile with '-g3' option to produce extra debug info. Make complains of "3: file not found" Similarly, '-ggdb' doesn't work. with "file gdb not found" However, '-g' works....

Bug
SST-BuildSystem

New Issue for sst-elements -------------------------- 1 - Detailed description of problem or enhancement Using multiple cores accessing the same messier memory, when running on 4 cores instead of 1, experiment...

Bug

The CSS leaks everywhere and messes up the whole notebook's formatting

Found this issue while working on #2969 Using AtenStackOp on list constructed using ListConstruct with a ValueRange does NOT fail: ```mlir module { func.func @test_stack() -> !torch.vtensor { %int0 =...