Daniel Russel

Results 35 comments of Daniel Russel

We are definitely seeing this too. Invoking clcache via cmake and ninja.

We have setup_from_argv() so we have access to the path in both c++ and python.

It might be all working. But it is needed to unpatch the #include paths in the cuda copy on oboe.

Dina, did you get a chance to unpatch cuda and test? Thanks.

Nothing is done at the moment, mostly because I could't think of anything particularly interesting/reliable. Ideas to make this more reliable are needed, however, I'm not sure that any set...

The caveats with that are: - you have to handle the case of some of the marker points being in the same direction from the center (and run into the...

Add a list of predicates that must be satisfied to accept a move. We can then implement a SingletonPredicate that applies a PairPredicate to close pairs. Need to implement -...

A problem with that general approach is making sure that the ScoreState is updated properly. There are two aspects to this - we don't want to have to update the...