Brett Tiplitz

Results 17 comments of Brett Tiplitz

The windows cmake might be weak on how it does what it does, but if the input to me is the same, I don't see why I care what cmake...

@galv I should be able to help you test some of the variants including windows.

I don't think packaging all the dependencies is a good idea. It might be necessary to run some pre-script that downloads the required packages like fst. I am pretty sure...

@danpovey I'd agree that if it takes 2-3 days to understand cmake, then that seems way too complicated, but if 1 person does the transition to cmake, then the 2-3...

I did share with nvidia changes to both Kaldi and a minor change to nvidia's code that allows for multiple GPU decoders. I think nvidia is working on doing changes...

Now I’m reading the thread better, my mind was in a different place. Kaldi is a single gpu only so I don’t see how you had it work going back...

And you need a copy of Cublas cusolver and all the other objects per gpu.

@housebaby I am finally looking at the whole issue on the computer (vs the mobile device). The kaldi library itself assumes there is only a single GPU, thus changes to...

If a vast amount of data is being processed, it is easier to balance load within a single process. Looking at the entire reason why multi-threading is done today vs...

tensor flow often has some library doing multi-threading for you. If the code is single threaded, only a single GPU is required as the GPU is exceptionally fast. The cudadecoder...