From: gburri Date: Tue, 13 Jan 2015 00:12:31 +0000 (+0100) Subject: Ajout des scripts pour le rendu final. X-Git-Url: http://git.euphorik.ch/?p=GPU.git;a=commitdiff_plain;h=d720146850389c8bbe75cb86e69d7e26629ff97f Ajout des scripts pour le rendu final. --- diff --git a/WCudaMSE/RELEASE/bin/Convolution/convolution_autoroute.sh b/WCudaMSE/RELEASE/bin/Convolution/convolution_autoroute.sh new file mode 100755 index 0000000..88e98ae --- /dev/null +++ b/WCudaMSE/RELEASE/bin/Convolution/convolution_autoroute.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +cbirt gl ../Student_Cuda_Image_64.run convolution "/media/Data/Video/autoroute.mp4" + diff --git a/WCudaMSE/RELEASE/bin/Convolution/convolution_nasa.sh b/WCudaMSE/RELEASE/bin/Convolution/convolution_nasa.sh new file mode 100755 index 0000000..a723496 --- /dev/null +++ b/WCudaMSE/RELEASE/bin/Convolution/convolution_nasa.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +cbirt gl ../Student_Cuda_Image_64.run convolution "/media/Data/Video/nasaFHD_short.avi" + diff --git a/WCudaMSE/RELEASE/bin/Demo/demo_cuda.sh b/WCudaMSE/RELEASE/bin/Demo/demo_cuda.sh new file mode 100755 index 0000000..d75e248 --- /dev/null +++ b/WCudaMSE/RELEASE/bin/Demo/demo_cuda.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +cbirt ../Student_Cuda_64.run tests + diff --git a/WCudaMSE/RELEASE/bin/Demo/demo_cuda_GL.sh b/WCudaMSE/RELEASE/bin/Demo/demo_cuda_GL.sh new file mode 100755 index 0000000..8a582ba --- /dev/null +++ b/WCudaMSE/RELEASE/bin/Demo/demo_cuda_GL.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +cbirt gl ../Student_Cuda_Image_64.run demo + diff --git a/WCudaMSE/RELEASE/bin/Demo/deviceId_0.html b/WCudaMSE/RELEASE/bin/Demo/deviceId_0.html new file mode 100644 index 0000000..cad5fd8 --- /dev/null +++ b/WCudaMSE/RELEASE/bin/Demo/deviceId_0.html @@ -0,0 +1,242 @@ + + + + + + + Unit Tests Results + + + + + + +

Unit Tests Results

+ +
+Designed by CppTest +
+
+ +

Summary

+ + + + + + + + + + + + + +
TestsErrorsSuccessTime (s)
60100%3.000000
+
+ +

Test suites

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTestsErrorsSuccessTime (s)
TestHello20100%0.000000
TestSaucisson10100%0.000000
TestProduitScalaire10100%1.000000
TestHistogramme10100%2.000000
TestMonteCarlo10100%0.000000
+
+ +

Suite: TestHello

+ + + + + + + + + + + + + + + + + + + +
NameErrorsSuccessTime (s)
testHelloCuda0true0.000000
testAdd0true0.000000
+

Back to top +

+

Suite: TestSaucisson

+ + + + + + + + + + + + + +
NameErrorsSuccessTime (s)
testSaucissonCuda0true0.000000
+

Back to top +

+

Suite: TestProduitScalaire

+ + + + + + + + + + + + + +
NameErrorsSuccessTime (s)
testProduitScalaire0true1.000000
+

Back to top +

+

Suite: TestHistogramme

+ + + + + + + + + + + + + +
NameErrorsSuccessTime (s)
testHistogramme0true2.000000
+

Back to top +

+

Suite: TestMonteCarlo

+ + + + + + + + + + + + + +
NameErrorsSuccessTime (s)
testMonteCarlo0true0.000000
+

Back to top +

+
+ + +

+ + Valid XHTML 1.0 Strict + +

+ + diff --git a/WCudaMSE/RELEASE/bin/FractalMandelbrotJulia/fractal_julia.sh b/WCudaMSE/RELEASE/bin/FractalMandelbrotJulia/fractal_julia.sh new file mode 100755 index 0000000..8aac51d --- /dev/null +++ b/WCudaMSE/RELEASE/bin/FractalMandelbrotJulia/fractal_julia.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +cbirt gl ../Student_Cuda_Image_64.run julia + diff --git a/WCudaMSE/RELEASE/bin/FractalMandelbrotJulia/fractal_mandelbrot.sh b/WCudaMSE/RELEASE/bin/FractalMandelbrotJulia/fractal_mandelbrot.sh new file mode 100755 index 0000000..2f0cef5 --- /dev/null +++ b/WCudaMSE/RELEASE/bin/FractalMandelbrotJulia/fractal_mandelbrot.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +cbirt gl ../Student_Cuda_Image_64.run mandelbrot + diff --git a/WCudaMSE/RELEASE/bin/HeatTransfert/dropped text.txt b/WCudaMSE/RELEASE/bin/HeatTransfert/dropped text.txt new file mode 100644 index 0000000..0454805 --- /dev/null +++ b/WCudaMSE/RELEASE/bin/HeatTransfert/dropped text.txt @@ -0,0 +1 @@ +TP \ No newline at end of file diff --git a/WCudaMSE/RELEASE/bin/HeatTransfert/heatTransfert.sh b/WCudaMSE/RELEASE/bin/HeatTransfert/heatTransfert.sh new file mode 100755 index 0000000..63c2d8c --- /dev/null +++ b/WCudaMSE/RELEASE/bin/HeatTransfert/heatTransfert.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +cbirt gl ../Student_Cuda_Image_64.run heat-transfert + diff --git a/WCudaMSE/RELEASE/bin/Histogramme/histrogramme.sh b/WCudaMSE/RELEASE/bin/Histogramme/histrogramme.sh new file mode 100755 index 0000000..995d32c --- /dev/null +++ b/WCudaMSE/RELEASE/bin/Histogramme/histrogramme.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +cbirt ../Student_Cuda_64.run histogramme + diff --git a/WCudaMSE/RELEASE/bin/MonteCarlo/monteCarlo.sh b/WCudaMSE/RELEASE/bin/MonteCarlo/monteCarlo.sh new file mode 100755 index 0000000..064c71b --- /dev/null +++ b/WCudaMSE/RELEASE/bin/MonteCarlo/monteCarlo.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +cbirt ../Student_Cuda_64.run monte-carlo + diff --git a/WCudaMSE/RELEASE/bin/MultiGPU/multiGPU_mandelbrot.sh b/WCudaMSE/RELEASE/bin/MultiGPU/multiGPU_mandelbrot.sh new file mode 100755 index 0000000..ea60e33 --- /dev/null +++ b/WCudaMSE/RELEASE/bin/MultiGPU/multiGPU_mandelbrot.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +cbirt gl ../Student_Cuda_Image_64.run mandelbrot --mp + diff --git a/WCudaMSE/RELEASE/bin/Newton/newton.sh b/WCudaMSE/RELEASE/bin/Newton/newton.sh new file mode 100755 index 0000000..7c8e979 --- /dev/null +++ b/WCudaMSE/RELEASE/bin/Newton/newton.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +cbirt gl ../Student_Cuda_Image_64.run newton + diff --git a/WCudaMSE/RELEASE/bin/ProduitScalaire/produitScalaire.sh b/WCudaMSE/RELEASE/bin/ProduitScalaire/produitScalaire.sh new file mode 100755 index 0000000..def8ef5 --- /dev/null +++ b/WCudaMSE/RELEASE/bin/ProduitScalaire/produitScalaire.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +cbirt ../Student_Cuda_64.run produit-scalaire + diff --git a/WCudaMSE/RELEASE/bin/Rippling/rippling.sh b/WCudaMSE/RELEASE/bin/Rippling/rippling.sh new file mode 100755 index 0000000..fa404b1 --- /dev/null +++ b/WCudaMSE/RELEASE/bin/Rippling/rippling.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +cbirt gl ../Student_Cuda_Image_64.run rippling + diff --git a/WCudaMSE/RELEASE/bin/Saucisson/saucisson.sh b/WCudaMSE/RELEASE/bin/Saucisson/saucisson.sh new file mode 100755 index 0000000..b248a91 --- /dev/null +++ b/WCudaMSE/RELEASE/bin/Saucisson/saucisson.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +cbirt ../Student_Cuda_64.run saucisson +