dgl.use_libxsmm
- dgl.use_libxsmm(flag)[source]
Set whether DGL uses libxsmm at runtime.
Detailed information about libxsmm can be found here: https://github.com/libxsmm/libxsmm
- Parameters:
flag (boolean) – If True, use libxsmm, otherwise not.
See also