SPC

Results 13 comments of SPC

`SYNO.API.Auth`对应的`version`取6可能更合适? 根据手册, https://cndl.synology.cn/download/Document/Software/DeveloperGuide/Os/DSM/All/enu/DSM_Login_Web_API_Guide_enu.pdf `version=6` is recommended

是不是没有加入`nop`指令(这个手册应该是有的)? 另外是不是添加 - nop - move 这两个会更好一些?毕竟感觉有不少人问`move`是啥 :joy:

> > 是不是没有加入`nop`指令(这个手册应该是有的)? > > 另外是不是添加 > > > > * nop > > * move > > > > 这两个会更好一些?毕竟感觉有不少人问`move`是啥 joy > > 伪指令下一篇《汇编语法约定》讲,本篇只讲具体指令 那`nop`是放在这里好,还是放在《汇编语法约定》好呢,毕竟手册里面有`nop`

> > > > 是不是没有加入`nop`指令(这个手册应该是有的)? > > > > 另外是不是添加 > > > > > > > > * nop > > > > * move > > > >...

尝试多次生成,近期比较忙,答辩完看看是不是有问题

这看起来都是因为semantic给出的会议名称省略导致的问题,似乎google scholar也存在。是不是可以考虑通过api等方式获取具体的venue名称呢?比如:https://api.semanticscholar.org/api-docs/#tag/Paper-Data/operation/get_graph_get_paper 这里是一个测试:https://api.semanticscholar.org/graph/v1/paper/79aaa6f4f43a900ac8def62a4d3dd284d101bc54?fields=venue 关联问题: #80 #74 #69 #63 以及发现的讨论:#34

After double checking, I found out that this problem occurs if I compile using the `release` method. `cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DMLIR_DIR=dependencies/llvm-project/build/lib/cmake/mlir` If I switch to the `debug`...

Locating the problem, due to defects of `llvm` and `mlir`, the project could not be compiled using `gcc`. The related issue can be found in: https://github.com/llvm/llvm-project/issues/62918 So is it possible...

原理很简单,就是将trace信息做检查,查看是否存在非线性化可能,简单点说,就是把所有的可能都拿出来,每种都进行检查和模拟。当然会做一些减枝操作。