Xavier Hsinyuan
Xavier Hsinyuan
RVV: use new interface for segment load/store & change word_type to size_t&add clang ci (part #4100)
Tuple types in segment load/store operation have been removed from latest compilers. This PR uses new interface for segment load/store, and add some wrapper for old compilers which only support...
RVV: InstanceNorm, fp32/fp16, w/ elempack support
RVV: LayerNorm, fp32, w/ packing support. (Request for comment)
RVV: BatchNorm, fp16s(a)/fp32, with elempack support (Request for comment)
arg with: ` --gpu_ids -1 ` Tested on colab.
Hi, Here is a tiny suggestion about user interface. People may want to know how many ports can be upgraded after the ports tree has been updated by `port selfupdate`....
## 问题表现 Squirrel 0.18 无法使用自行编译的插件。在尝试加载自行编译的插件时,`dlopen`会给出错误: ``` code signature in '/Library/Input Methods/Squirrel.app/Contents/Frameworks/rime-plugins/librime-.dylib' not valid for use in process: mapping process and mapped file (non-platform) have different Team IDs ``` 自行重新编译或对原有的binary重新进行签名可避免此错误。 ##...
Fix sync warning about checking update failed due to rejected connection without a user-agent on some mirrors. The user-agent for curl isnewer is conform to https://trac.macports.org/ticket/40319.
## 问题说明 在一些场景中,`librime-lua`定义的组件需要像其他组件那样在初始化时定义部分组件实例私有的存储。 但目前的文档和示例似乎并没有考虑组件实例私有的存储,建议定义实例私有存储的范式。 ## 场景示例 例如有一个filter,它在初始化过程中会随机生成一个`int32`的值`randvar`,并在运行时为`Translation`的各个`Candidate`的`comment`字符追加初始化的`randvar`。 由于文档和示例并未对此场景进行说明,因此有可能会进行以下不符场景要求的编程示例: ```lua -- Filter -- BUG: `randvar` is an static value for this filter. Different instance of this filter will got same value....