kaldi-asr/kaldi

Fix registering of CuAllocatorOptions

Ouverte

#2 929 ouverte le 21 déc. 2018

 (6 commentaires) (0 réaction) (1 personne assignée)Shell (5 359 forks)batch import
bughelp wantedstale

Métriques du dépôt

Stars
 (15 392 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

Currently it seems we register the global options but don't call the SetOptions() function. There is no need for the global options-class variable, we can use a local one in each binary that registers the options. @desh2608 can you please do this? Ask one of the other students if you don't know how.

Guide contributeur