-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<deployment-project plugin="plugin.apptool" plugin-version="1.0"> | ||
<configuration build-checksum="2558423483" file="/home/btordoff/matlab/FileExchangeSubmissions/GPU-Fractal-Explorer/GPU Fractal Explorer.prj" location="/home/btordoff/matlab/FileExchangeSubmissions/GPU-Fractal-Explorer" name="GPU Fractal Explorer" target="target.mlapps" target-name="Package App"> | ||
<configuration build-checksum="3019309645" file="/home/btordoff/matlab/FileExchangeSubmissions/GPU-Fractal-Explorer/GPU Fractal Explorer.prj" location="/home/btordoff/matlab/FileExchangeSubmissions/GPU-Fractal-Explorer" name="GPU Fractal Explorer" target="target.mlapps" target-name="Package App"> | ||
<param.appname>GPU Fractal Explorer</param.appname> | ||
<param.authnamewatermark>Ben Tordoff</param.authnamewatermark> | ||
<param.email>[email protected]</param.email> | ||
<param.company>MathWorks</param.company> | ||
<param.icon>${PROJECT_ROOT}/GPU Fractal Explorer_resources/icon_24.png</param.icon> | ||
<param.icons> | ||
<file>/mathworks/home/btordoff/matlab/FileExchangeSubmissions/GPUFractals/GPU Fractal Explorer_resources/icon_48.png</file> | ||
<file>/mathworks/home/btordoff/matlab/FileExchangeSubmissions/GPUFractals/GPU Fractal Explorer_resources/icon_24.png</file> | ||
<file>/mathworks/home/btordoff/matlab/FileExchangeSubmissions/GPUFractals/GPU Fractal Explorer_resources/icon_16.png</file> | ||
<file>${PROJECT_ROOT}/GPU Fractal Explorer_resources/icon_48.png</file> | ||
<file>${PROJECT_ROOT}/GPU Fractal Explorer_resources/icon_24.png</file> | ||
<file>${PROJECT_ROOT}/GPU Fractal Explorer_resources/icon_16.png</file> | ||
</param.icons> | ||
<param.summary>Explore several fractals using MATLAB and an NVIDIA GPU</param.summary> | ||
<param.description>This application allows you to explore several different fractals in MATLAB with the help of a capable NVIDIA GPU. It was inspired by Cleve Moler's article <a href="https://www.mathworks.com/company/newsletters/articles/gpu-enables-obsession-with-fractals.html">GPU Enables Obsession with Fractals</a>, where each fractal has the common pattern that every location (i.e. pixel in the resulting image) can be calculated independently. This makes them trivially parallel and eminently suitable for acceleration on a GPU using the <a href="https://www.mathworks.com/help/parallel-computing/gpuarray.arrayfun.html">gpuArray/arrayfun</a> feature. | ||
|