Skip to content
Snippets Groups Projects

[Fix] Memory leak due to containers serialization

Merged Maxence Naud requested to merge fix/GenericOp into standardization
All threads resolved!
24 files
+ 990
102
Compare changes
  • Side-by-side
  • Inline
Files
24
@@ -9,5 +9,8 @@ variables:
@@ -9,5 +9,8 @@ variables:
GIT_SSL_NO_VERIFY: 1
GIT_SSL_NO_VERIFY: 1
DEBIAN_FRONTEND: noninteractive
DEBIAN_FRONTEND: noninteractive
default:
image: n2d2-ci/ubuntu20.04/cpu:latest
image: nvidia/cuda:12.2.0-devel-ubuntu22.04
\ No newline at end of file
before_script:
 
- apt update
 
- apt install -y cmake cppcheck python-is-python3 pip git gcovr
Loading