wykresy + poprawki makefile zgodne z cudami
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
macierz_omp: gauss_omp.cpp
|
||||
g++ -O3 -fopenmp -Wall `pkg-config opencv --cflags --libs` -o gauss_omp gauss_omp.cpp
|
||||
g++ -O3 -fopenmp -Wall -o gauss_omp gauss_omp.cpp `pkg-config opencv --cflags --libs`
|
||||
|
||||
clean:
|
||||
rm -rf gauss_omp
|
||||
|
||||
Reference in New Issue
Block a user