This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
andreagus
/
rodinia-benchmark
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Dal:
wip/platform-unification
Dallar
Biçim İmleri
cpu-benchmark
gpu-benchmark
master
wip/platform-unification
rodinia-benchma...
/
data
/
bfs
/
inputGen
/
Makefile
Makefile
99 B
Kalıcı Bağlantı
Geçmiş
Ham
1
2
3
4
5
6
7
8
FLAGS := -std=c++0x -fopenmp
graphgen: graphgen.cpp
g++ $(FLAGS) -o $@ $<
clean:
rm graphgen