From ef30e88e01f23211d7f0c707d4969a58facf1f55 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 2 Dec 2022 00:15:33 +0100 Subject: [PATCH] Get everything to work --- .editorconfig | 6 + .idea/.gitignore | 8 - .idea/codeStyles/Project.xml | 40 --- .idea/codeStyles/codeStyleConfig.xml | 5 - .idea/customTargets.xml | 15 - .idea/discord.xml | 7 - .idea/inspectionProfiles/Project_Default.xml | 11 - .idea/makefile.xml | 25 -- .idea/misc.xml | 20 -- .idea/modules.xml | 8 - .idea/runConfigurations/atax_acc.xml | 7 - .idea/unimore-hpc-1.iml | 9 - .idea/unimore-hpc-12.iml | 2 - .idea/vcs.xml | 6 - .idea/workspace.xml | 106 ++++++ .vscode/c_cpp_properties.json | 2 +- .vscode/launch.json | 1 + .vscode/settings.json | 36 ++- atax/.bench.sh | 14 +- atax/Makefile | 18 +- atax/atax.cu | 323 +++++++++++++------ atax/atax.hu | 13 +- 22 files changed, 404 insertions(+), 278 deletions(-) create mode 100644 .editorconfig delete mode 100644 .idea/.gitignore delete mode 100644 .idea/codeStyles/Project.xml delete mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100644 .idea/customTargets.xml delete mode 100644 .idea/discord.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/makefile.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/runConfigurations/atax_acc.xml delete mode 100644 .idea/unimore-hpc-1.iml delete mode 100644 .idea/unimore-hpc-12.iml delete mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..c6453fa --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +indent_style = tab diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml deleted file mode 100644 index 9de6c18..0000000 --- a/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index 79ee123..0000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/customTargets.xml b/.idea/customTargets.xml deleted file mode 100644 index 0d91871..0000000 --- a/.idea/customTargets.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/discord.xml b/.idea/discord.xml deleted file mode 100644 index 8cf359d..0000000 --- a/.idea/discord.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 4696d94..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/makefile.xml b/.idea/makefile.xml deleted file mode 100644 index 952d6c0..0000000 --- a/.idea/makefile.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - all - - - - - - - - - clean - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index d135688..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 45b35be..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/runConfigurations/atax_acc.xml b/.idea/runConfigurations/atax_acc.xml deleted file mode 100644 index ebaf15b..0000000 --- a/.idea/runConfigurations/atax_acc.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/unimore-hpc-1.iml b/.idea/unimore-hpc-1.iml deleted file mode 100644 index d6ebd48..0000000 --- a/.idea/unimore-hpc-1.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/unimore-hpc-12.iml b/.idea/unimore-hpc-12.iml deleted file mode 100644 index 771e54c..0000000 --- a/.idea/unimore-hpc-12.iml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..4ec76b3 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1669932513703 + + + + + + + + + + +