Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
marius10p committed May 4, 2018
1 parent ff84c10 commit 4331438
Show file tree
Hide file tree
Showing 92 changed files with 6,636 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
48 changes: 48 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Compiled source
*.mexa64
*.mexw64
*.asv

# Windows Installer files
*.cab
*.msi
*.msm
*.msp

# Windows shortcuts
*.lnk

# =========================
# Operating System Files
# =========================

# OSX
# =========================

.DS_Store
.AppleDouble
.LSOverride

# Thumbnails
._*

# Files that might appear on external disk
.Spotlight-V100
.Trashes

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
15 changes: 15 additions & 0 deletions CUDA/mexGPUall.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
% mexGPUall. For these to complete succesfully, you need to configure the
% Matlab GPU library first (see README files for platform-specific
% information)
mexcuda -largeArrayDims mexMPmuFEAT.cu
mexcuda -largeArrayDims mexMPregMU.cu
mexcuda -largeArrayDims mexWtW2.cu

% mex -largeArrayDims mexMPmuFEAT.cu
% mex -largeArrayDims mexMPregMU.cu
% mex -largeArrayDims mexWtW2.cu

% If you get uninterpretable errors like "An unexpected error occurred during CUDA execution", and if you are using Pascal GPUs
% (GTX 10xx series), it might be necessary to upgrade to Matlab 2017a / CUDA 8.0.


Loading

0 comments on commit 4331438

Please sign in to comment.