Vlad Firoiu

Results 10 issues of Vlad Firoiu

I'm trying to use accelerate to get better-than-hmatrix performance on a program similar to this one: ``` haskell module Main where import Data.IORef import Data.Array.Accelerate import Data.Array.Accelerate.CUDA --import Data.Array.Accelerate.Interpreter import...

llvm backend

I have a 25G tar file that takes ~4 minutes to index. However, after each reboot ratarmount needs to rebuild it: ``` Successfully loaded offset dictionary from ... [Warning] The...

Currently we get disconnected from the slippstream if we wait more than ~1 minute between calls to `console.step()`. This PR fixes the issue by polling the enet host in a...

Since libmelee already makes its own copy of the dolphin user dir, we can copy the custom gecko codes into it, which will override the one used by dolphin.

Due to refactoring in the tf models repo, the estimator benchmarks seem to have moved or no longer exist. For example, running the following command ``` $ python3 lib/benchmark.py \...

Often I want to compare runs by time, but if the runs were started at different times is is hard to see which one improved faster. Making time relative (say,...

I'd like to programmatically generate a lot of scenes and then render them directly to files (no windows/UI). Initially it looked like the HGamer3D-Ogre-Bindings and HGamer3D-Graphics3D packages might be useful,...

enhancement

Is this intended to be installed via hackage? I do see that there is a similar "caffegraph" package there.

I'd like to be able to directly generate images (and then save them to files) instead of displaying anything to the screen. Is this easily doable?

The following short program caused a panic: ``` haskell {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE PolyKinds #-} {-# LANGUAGE TypeOperators #-} {-# LANGUAGE FlexibleContexts #-} module Panic where import GHC.TypeLits...