Skip to content
Snippets Groups Projects
Select Git revision
  • a.wellmann-develop-patch-391f
  • develop default
  • main protected
  • 0.1.2
  • 0.1.1
  • 0.1.0
6 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.026Feb242319181716121110985425Jan22212019181514131223Dec2111109732118Nov1610964230Oct292827262322212019151287652130Sep29282524211615108432128Aug27262521Need to set CUDA_STANDARD at least to 11 with msvc.Set the CUDA_CXX_STANDARD to 14, when we are not on msvc. Descripting why is in the comment.Add description to thecmake file.Enable warning like errors for the msvc build.Test cuda standard 11.Add missing include.Switch to W3 warning level on windows for now.Fix infinit for loop.Fix various msvc compiler warnings. With msvc the compiler flags are explicit passed to nvcc with -Xcompiler.Fix clang compiler warnings for VF cpu.Activate "warning like errors" for usual gcc and clang build for cpu and gpu build.Fix all clang compiler warnings.Fix clang compiler warnings.Add gpu architecture.Activate CI job for gpu code, which compiles the code and treat warnings like errors.Remove compiler warnings.Fix cuda compiler flag.Add unrecognized #pragma warning only if msvc is NOT used.Check if cuda warning suppression works on windows.Outcomment a lof of unsed variables.See last commit.As thrust is used in the gpu code, CUDA c++14 is required. Besides fixed compiler warnings in Parameter.cpp.Remove compiler warnings.Remove some compiler warnings and added some cuda warning suppressions for the GridGenerator, as they are cluttering the build output.Fix compiler warnings. Mostly signed/unsignedFixed compiler warnings: signed/unsigned mismatch & unused variables.Fixed compiler warnings.As bad_alloc derives from exception, we need to catch it first.Update .gitlab-ci.yml: Make the ci job artifacts, which stores the binaries, expires after 1h.Merge branch 'develop' into 'develop'fix error in python bindings againfix error in python bindingsfix errors and warnings in SetConnectorsBlockVisitorremove warnings in SetConnectorsBlockVisitorsplit SetConnectorsBlockVisitor in two classes: for the same level and interpolation connectorsMerge branch 'develop' into 'develop'remove warnings in Multiphase.cppremove warnings in MultiphaseInitDistributionsBlockVisitorclean multiphase kernalclean / remove warnings
Loading