Meng Zhuo
Meng Zhuo
Arm is 32 bit architecture, you should 1. split sys_linux.go into sys_linux_32bit.go and sys_linux_64bit.go. 2. change offsetNsec in sys_linux_32bit.go
Hi, Brad No license, public domain. P.S. Thanks for using this project but it still at very early stage. Brad Beam 于2019年2月27日 周三22:20写道: > How is this project licensed? >...
Current I only test network both Ethernet and WIFI works fine. Haven't test graphic/usb yet.
Unlikely , Huawei's HiAI sdk depend on Android runtime.
I don’t know. You can build it yourself. jainrahul1 > @mengzhuo thanks a lot for this image. I > was wondering do you have any image with pre-built tensorflow support...
600MB只是虚拟内存的映射而已(TCMalloc也会有类似问题),具体数值要看RES p.s. 我用龙芯(mips64le)跑那个用例程序,实际只占用869KB内存。 ``` PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 21825 root 20 0 662912 896 768 R 106.2 0.0 2:37.91 ff ```
man top里有解释 我理解Go其实大头就是1象限,text section 没有你想像的多,binary 2MB里有不少是dwarf信息(gdb debug用的) ``` Private | Shared 1 | 2 Anonymous . stack | . malloc() | . brk()/sbrk() | . POSIX shm* . mmap(PRIVATE, ANON)...
@dmitshur Bad new is FreeBSD riscv port for unmatched seems broken, I can't install any pkgs from pkg.freebsd.org (Mostly for python 3). I've contacted @paulzhol he suggested using `poudriere` and...
@dmitshur freebsd-riscv64-mengzhuo builder is up and running. https://chromium-swarm.appspot.com/bot?id=freebsd-riscv64-mengzhuo
@dmitshur Hi, I had upload a CL for luci-py [here](https://chromium-review.googlesource.com/c/infra/luci/luci-py/+/5189742)