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