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.

68 lines
621 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. */.idea/*
  16. */cmake-build-*/*
  17. # ---> C++
  18. # Prerequisites
  19. *.d
  20. # Compiled Object files
  21. *.slo
  22. *.lo
  23. *.o
  24. *.obj
  25. # Precompiled Headers
  26. *.gch
  27. *.pch
  28. # Compiled Dynamic libraries
  29. *.so
  30. *.dylib
  31. *.dll
  32. # Fortran module files
  33. *.mod
  34. *.smod
  35. # Compiled Static libraries
  36. *.lai
  37. *.la
  38. *.a
  39. *.lib
  40. # Executables
  41. *.exe
  42. *.out
  43. *.app
  44. # ---> CMake
  45. */vbuild/
  46. */build/
  47. CMakeLists.txt.user
  48. CMakeCache.txt
  49. CMakeFiles
  50. CMakeScripts
  51. Testing
  52. cmake_install.cmake
  53. install_manifest.txt
  54. compile_commands.json
  55. CTestTestfile.cmake
  56. build.ninja
  57. *.idx
  58. *.swp