About

Metadata

  • Last updated , by JiasenWu
  • License BSD-3-Clause
  • Maintained by: jiasenwu@hotmail.com

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    mxnet_geq_10600 (off by default)

    With MXNet 1.6.x operators

    dummy (on by default)

    no operators

Readme

fei-base

build

  • Update stack.yml, pointing to the actuall MXNet dynamic library folder and include folder.
  • Build utility mxnet-op-gen: stack build fei-base:mxnet-op-gen
  • Generate tensor operations: LD_LIBRARY_PATH=<path-to-mxnet-lib> stack exec mxnet-op-gen -- -o ops/1.6
  • Rebuild library with tensor operations: stack build --flag fei-base:-mxnet_geq_10600

see also