Andrey Filippov pushed to project branch separate-compilation at Elphel / til...
Andrey Filippov
(15168f4d)
at
08 Apr 04:38
moved inline declaration from .h
Andrey Filippov pushed to project branch lwir-distort at Elphel / imagej-elphel
Andrey Filippov
(94aa6562)
at
08 Apr 02:03
moved LPF to 4-image generation to match correlations and textures
04/07/20 [imagej-elphel][lwir] by AndreyFilippov: moved LPF to 4-image generation to match correlations and textures
AndreyFilippov committed changes to the Elphel git project :
moved LPF to 4-image generation to match correlations and textures
moved LPF to 4-image generation to match correlations and textures
Andrey Filippov pushed to project branch separate-compilation at Elphel / til...
Andrey Filippov
(460eda96)
at
08 Apr 02:03
moved LPF to 4-image generation to match correlations and textures
Andrey Filippov pushed to project branch separate-compilation at Elphel / til...
Andrey Filippov
(06b62a05)
at
07 Apr 22:29
cleanup
Andrey Filippov pushed to project branch lwir-distort at Elphel / imagej-elphel
Andrey Filippov
(3d5ddc28)
at
07 Apr 22:29
prepared for separate compilation, for now merged
04/07/20 [imagej-elphel][lwir] by AndreyFilippov: prepared for separate compilation, for now merged
AndreyFilippov committed changes to the Elphel git project :
prepared for separate compilation, for now merged
prepared for separate compilation, for now merged
Andrey Filippov pushed to project branch separate-compilation at Elphel / til...
Andrey Filippov
(2bed5def)
at
07 Apr 17:59
preparing for separate compilation in java3
Andrey Filippov pushed new project branch separate-compilation at Elphel / ti...
Andrey Filippov
(406eb708)
at
07 Apr 17:08
preparing for separate compilation in java2
... and
1 more commit
Andrey Filippov pushed to project branch lwir-distort at Elphel / imagej-elphel
Andrey Filippov
(39e75987)
at
06 Apr 06:08
simplified by using larger output array
04/06/20 [imagej-elphel][lwir] by AndreyFilippov: simplified by using larger output array
AndreyFilippov committed changes to the Elphel git project :
simplified by using larger output array
simplified by using larger output array
Andrey Filippov pushed to project branch master at Elphel / tile_processor_gpu
Andrey Filippov
(0253bab4)
at
06 Apr 06:07
simplified by using larger output array
Andrey Filippov pushed to project branch lwir-distort at Elphel / imagej-elphel
Andrey Filippov
(3f0b0bc0)
at
06 Apr 05:20
fixed leak between colors in textures
04/05/20 [imagej-elphel][lwir] by AndreyFilippov: fixed leak between colors in textures
AndreyFilippov committed changes to the Elphel git project :
fixed leak between colors in textures
fixed leak between colors in textures
Andrey Filippov pushed to project branch master at Elphel / tile_processor_gpu
Andrey Filippov
(03329430)
at
06 Apr 05:20
fixed leak between colors in textures
Andrey Filippov pushed to project branch lwir-distort at Elphel / imagej-elphel
Andrey Filippov
(10c327ae)
at
05 Apr 21:13
debugging GPU OOB with large disparities, fixed in the kernel code
04/05/20 [imagej-elphel][lwir] by AndreyFilippov: debugging GPU OOB with large disparities, fixed in the kernel code
AndreyFilippov committed changes to the Elphel git project :
debugging GPU OOB with large disparities, fixed in the kernel code
debugging GPU OOB with large disparities, fixed in the kernel code
04/05/20 [imagej-elphel][lwir] by AndreyFilippov: debugging RGBA texture generation
AndreyFilippov committed changes to the Elphel git project :
debugging RGBA texture generation
debugging RGBA texture generation
04/03/20 [imagej-elphel][lwir] by AndreyFilippov: updated to new GPU kernels
AndreyFilippov committed changes to the Elphel git project :
updated to new GPU kernels
updated to new GPU kernels
Tensorflow JNI development
Note
← Older revision Revision as of 17:48, 1 April 2020 (3 intermediate revisions by the same user not shown)Line 28: Line 28: ==<font color='blue'>Build</font>== ==<font color='blue'>Build</font>== +===Note=== +* <font color='red'>While running bazel ate all RAM (have 16GB) a few times and PC "hanged". To limit bazel's appetites try:</font> + <font size=2>~$ bazel build --jobs 4 --local_ram_resources=4096 ... + ~$ bazel test --jobs 4 --local_ram_resources=4096 ... + # I think that '''local_ram_resources''' is MBs per thread (have 8): + ~$ bazel build --local_ram_resources=2048 ... + ~$ bazel test --local_ram_resources=2048 ...</font> + ===Quick=== ===Quick=== ~/git/tensorflow-1.15.0/mvn_build.sh: ~/git/tensorflow-1.15.0/mvn_build.sh: Oleg