enih
enih
Thank you @lukeiwanski. Yes it is. Also the full processor name is `AMD A4-5000 APU with Radeon(TM) HD Graphics`. Sorry, what do you mean 'global memory to simulate it'? Since...
Thank you @mirh @DuncanMcBain Yes, I'm using latest opencl-amd (ver 18.10.572953). How to enable zero-copy?
Also I would like to know what is the performance of tensorflow-computecpp on intel GPU? is it also slower than CPU?
@lukeiwanski yes, i'm going to install it on KabyLake (i5-7200U) :D For AMD SoC, I'm wondering, is there any flags required to be turn on (or off) in kernel config?...
@mirh Aha! That explains why Kabini GPU is slow. It does NOT support HSA (i.e. AMDKFD)!!
> Currently there is no conf.d directory, this directory only exists in openwrt version It needs to be discussed whether it is necessary to include this configuration item by default....
Given two DNS servers `A.A.A.A` (local or domestic) and `B.B.B.B` (foreign), a domain name (for example, `new.c.mi.com`) can be resolved by `B.B.B.B` only. However, sometimes I still prefer `A.A.A.A` as...
@Alex313031 @gz83 Glad to hear you are considering this. Maybe you can start from trying [Dynamically overriding](https://github.com/microsoft/mimalloc/tree/dev/bin) first?
Thank you @yokoyama10 , here is my network related entries: ``` # # Networking options # CONFIG_PACKET=m CONFIG_PACKET_DIAG=m CONFIG_UNIX=y CONFIG_UNIX_SCM=y CONFIG_UNIX_DIAG=m # CONFIG_TLS is not set # CONFIG_XFRM_USER is not...
sorry i posted a previous config. the new config has `CONFIG_NF_CONNTRACK_EVENTS=y`. i compared your config with mine, which has all the set in yours. interesting.