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.

66 lines
593 B

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