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