Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
BLAS-join
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Google-TPU
BLAS-join
Commits
772623e7
Commit
772623e7
authored
Apr 12, 2019
by
Martin Perdacher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
eef5e0b7
Pipeline
#530
passed with stage
in 2 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
README.md
README.md
+3
-2
No files found.
README.md
View file @
772623e7
...
@@ -51,9 +51,10 @@ make -j
...
@@ -51,9 +51,10 @@ make -j
### Self-join
### Self-join
For a selfjoin with random generated uniform data
[
0.0, 1.0):
For a selfjoin with random generated uniform data
[
0.0, 1.0):
`./blasSelfJoinCardinality -n 200000 -e 0.2 -d 64 -t 64`
`./blasSelfJoinCardinality -n 200000 -
s 5120 -
e 0.2 -d 64 -t 64`
- `-n` are the number of objects in set A
- `-n` are the number of objects in set A
- `-s` blocksize
- `-e` epsilon
- `-e` epsilon
- `-d` number of features (or dimensions)
- `-d` number of features (or dimensions)
- `-t` number of threads
- `-t` number of threads
...
@@ -68,7 +69,7 @@ For a selfjoin with a dataset from a file:
...
@@ -68,7 +69,7 @@ For a selfjoin with a dataset from a file:
### Join
### Join
Join between two sets `A` and `B` with random generated uniform data [0.0, 1.0):
Join between two sets `A` and `B` with random generated uniform data [0.0, 1.0):
`./blasJoinCardinality -n 200000 -m 200000 -e 0.2 -d 20 -t 64`
`./blasJoinCardinality -n 200000 -m 200000 -
s 5120 -
e 0.2 -d 20 -t 64`
where
where
- `-n` are the number of objects in set A
- `-n` are the number of objects in set A
...
...
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