Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhonggenLi authored Mar 1, 2024
1 parent 7e2d3bf commit 74fc119
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# GBC
Source code of our paper for our paper: Accelerating Biclique Counting on GPU
'BicliquesotaBatch.cu' implements GBC without HTB and work steal.
'BicliquesotaStealworkBatch' implements GBC without HTB.
'BiclqiueBitmap.cu' implements GBC without work steal.
'BicliqueBitmapStealwork.cu' implements GBC with all techniques.
`BicliquesotaBatch.cu` implements GBC without HTB and work steal.
`BicliquesotaStealworkBatch.cu` implements GBC without HTB.
`BiclqiueBitmap.cu` implements GBC without work steal.
`BicliqueBitmapStealwork.cu` implements GBC with all techniques.
To compile these files, please run the command:
'nvcc BicliquesotaBatch.cu -o bst'
`nvcc BicliquesotaBatch.cu -o bst`
The bst needs four arguments:
'./bst filename p q selected_layer'
For example, './bst github.txt 8 8 1' denotes calculating the (8,8)-bicliques with the right layer selected.
`./bst filename p q selected_layer`
For example, `./bst github.txt 8 8 1` denotes calculating the (8,8)-bicliques with the right layer selected.

0 comments on commit 74fc119

Please sign in to comment.