Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Balint Balazs
B3D
Commits
992eb4be
Commit
992eb4be
authored
Aug 21, 2018
by
Balint Balazs
Browse files
updated gitignore and direct benchmark
parent
923fd3bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
992eb4be
*.zip
*build*
.vscode
*.h5
!B3D_*.h5
source/src/examples/direct_example+benchmark.cu
View file @
992eb4be
...
...
@@ -103,10 +103,10 @@ int main()
int
numFiles
=
NUM_FILES
;
unsigned
int
filters
[
NUM_FILTERS
]
=
{
1
,
1
,
1
};
unsigned
int
quant_steps
[
NUM_FILTERS
]
=
{
200
0
,
1000
,
0
};
unsigned
int
quant_steps
[
NUM_FILTERS
]
=
{
0
,
1000
,
300
0
};
unsigned
int
bgLevels
[
NUM_FILTERS
]
=
{
0
,
0
,
0
};
unsigned
int
tiles
[
NUM_FILTERS
]
=
{
48
,
48
,
48
};
std
::
string
filter_names
[
NUM_FILTERS
]
=
{
"B3D_
2.0
"
,
"B3D_1.0"
,
"B3D_
LL
"
};
std
::
string
filter_names
[
NUM_FILTERS
]
=
{
"B3D_
LL
"
,
"B3D_1.0"
,
"B3D_
3.0
"
};
// open benhcmark file
std
::
ofstream
benchmark
(
"benchmark.csv"
);
// write header
...
...
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