\begin{code}
module Numerical.HBLAS.Constants(flopsThreshold) where 
import Data.Int 

flopsThreshold :: Int64
flopsThreshold = 10000
\end{code}