This contains my bachelors thesis and associated tex files, code snippets and maybe more. Topic: Data Movement in Heterogeneous Memories with Intel Data Streaming Accelerator
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
615 B

1 year ago
1 year ago
1 year ago
  1. *.aux
  2. *.blg
  3. *.bbl
  4. *.lof
  5. *.log
  6. *.lot
  7. *.run.xml
  8. *.tdo
  9. *.toc
  10. *.bcf
  11. *.fdb_latexmk
  12. *.fls
  13. */.vscode/*
  14. */.idea/*
  15. */cmake-build-*/*
  16. # ---> C++
  17. # Prerequisites
  18. *.d
  19. # Compiled Object files
  20. *.slo
  21. *.lo
  22. *.o
  23. *.obj
  24. # Precompiled Headers
  25. *.gch
  26. *.pch
  27. # Compiled Dynamic libraries
  28. *.so
  29. *.dylib
  30. *.dll
  31. # Fortran module files
  32. *.mod
  33. *.smod
  34. # Compiled Static libraries
  35. *.lai
  36. *.la
  37. *.a
  38. *.lib
  39. # Executables
  40. *.exe
  41. *.out
  42. *.app
  43. # ---> CMake
  44. */vbuild/
  45. */build/
  46. CMakeLists.txt.user
  47. CMakeCache.txt
  48. CMakeFiles
  49. CMakeScripts
  50. Testing
  51. cmake_install.cmake
  52. install_manifest.txt
  53. compile_commands.json
  54. CTestTestfile.cmake
  55. build.ninja
  56. *.idx
  57. *.swp