Eric Zhang
Eric Zhang
I want to do some work on native code, but I can't compile successful before I do any change. Just modify the Makefile for some compile errors: (base) [eric@icx250 sonic]$...
(base) [eric@icx250 sonic]$ make mkdir -p internal/native/avx/ echo '// Code generated by Makefile, DO NOT EDIT.' > internal/native/avx/native_amd64.go echo >> internal/native/avx/native_amd64.go sed -e 's/{{PACKAGE}}/avx/g' internal/native/native_amd64.tmpl >> internal/native/avx/native_amd64.go mkdir -p output/avx...
> only use it on macOS and clang 12+ As a open source project, you'd better clarify this limitation in the readme. Do you have the plans to support Linux...
I want to modify the native code with AVX512 and check the performance.
Which CPU platform did you test on?
As I know, on the latest Intel platform, Icelake or SPR, the problem of underclocking has been solved. Could you upload the AVX512 code as a branch, I can do...
> > > > only use it on macOS and clang 12+ > > > > > > > > > As a open source project, you'd better clarify this...