Jason Knight

Results 16 comments of Jason Knight

Is the idea then to only implement edge/vertex removal on graph types where it can be done in O(1)? Or would you be amenable to PR's implementing edge/node removal on...

But those wouldn't allow O(1) for edge removal right? As a linked list still has the search cost (to find the edge to be deleted), and a tree would be...

Hi @StellaAthena, As @vvchernov mentioned, we'll be supporting logprobs (and enabling loglikelihood evals) shortly and can hold this PR until that lands if you'd like. One benefit of adding OpenAI...

> I assume that you're an OctoAI employee? Do you know if the current plan is to maintain consistency with the OpenAI API regardless of how it changes or if...

CC @drisspg as well (@atalman asked us to keep you in the loop here).

> Unrelated to this PR, but why can't we also have an nvgpu pass pessimistically insert gdc_wait() and gdc_launcu_dependents() at the start and end of each kernel if they were...