Skip to content
Snippets Groups Projects
Commit 25e160d8 authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Deps] update finn-base + change customop base location

parent 1ca23b7b
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ gecho () {
# checkout the correct dependency repo commits
# the repos themselves are cloned in the Dockerfile
FINN_BASE_COMMIT=eebb2e4053a46ae314c13ee91657c3b82cd93b24
FINN_BASE_COMMIT=a21a581ecba8db1b86f8e1f96d2d841a0992a2d6
BREVITAS_COMMIT=6ffefa8dbf37fdb0f44c994f34604c29fadb16b0
CNPY_COMMIT=4e8810b1a8637695171ed346ce68f6984e585ef4
HLSLIB_COMMIT=cfafe11a93b79ab1af7529d68f08886913a6466e
......
......@@ -34,7 +34,7 @@ from abc import abstractmethod
import numpy as np
import os
import subprocess
from finn.custom_op.custom_op import CustomOp
from finn.custom_op.base import CustomOp
from finn.util.basic import (
CppBuilder,
make_build_dir,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment