Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Abdelwahab HEBA
kaldi_2015
Commits
9d21f32a
Commit
9d21f32a
authored
Jul 24, 2015
by
Jan "yenda" Trmal
Browse files
Merge pull request #24 from jtrmal/windows-tweaks
Syncing the windows/generate_solution.pl and the docs parameters
parents
658e1b47
5ff3c74b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
25 deletions
+25
-25
src/fstext/fstext-utils-inl.h
src/fstext/fstext-utils-inl.h
+22
-22
windows/generate_solution.pl
windows/generate_solution.pl
+3
-3
No files found.
src/fstext/fstext-utils-inl.h
View file @
9d21f32a
windows/generate_solution.pl
View file @
9d21f32a
...
...
@@ -21,11 +21,11 @@ use lib "$Bin";
use
Data::
Dumper
;
use
Getopt::
Long
;
my
$vsver
=
"
vs201
5
";
my
$vsver
=
"
vs201
3
";
my
%ENABLED
=
(
CUDA
=>
0
,
OPENBLAS
=>
1
,
MKL
=>
0
);
OPENBLAS
=>
0
,
MKL
=>
1
);
GetOptions
("
vsver=s
"
=>
\
$vsver
,
"
enable-cuda
"
=>
\
$ENABLED
{
CUDA
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment