Open in app

Sign In

Write

Sign In

Roman
Roman

27 Followers

Home

About

Jan 26, 2021

Testing a C-code with system calls

TL;DR A project template for testing C-code with system calls see on github. It uses FFF for mocking and Catch2 as a testing framework. The solution is based on linker --wrap feature. Intro If you ever wrote a low-level library that uses system calls you know that it’s not easy to test…

C

3 min read

C

3 min read


Dec 28, 2020

On importance of unified tooling

What does your typical work day as a (software) developer look like? You probably spend some time writing actual code, a lot of time integrating it with existing systems and finally spend weeks delivering it to production. In this short post I want to emphasize the importance of unified tooling. …

Dev Ops

3 min read

On importance of unified tooling
On importance of unified tooling
Dev Ops

3 min read


Nov 15, 2019

Real-time kernel for NVIDIA AGX Xavier

In this blog post i want to share a quick way (one command) of recompiling Linux kernel with PREEMPT_RT patch for NVIDIA Jetson AGX Xavier. Supported version: Jetpack 4.2.1 (L4T 32.2.1), kernel 4.9.140 Supported hw: Jetson AGX Xavier New platforms (Nano, TX2, etc.), new versions are welcomed here. Cross-compilation will…

Docker

2 min read

Docker

2 min read


Jul 9, 2019

Converting Neural Network To TensorRT . Part 2 Creating a Custom Layer.

Part 1: https://medium.com/@r7vme/converting-neural-network-to-tensorrt-part-1-using-existing-plugins-edd9c2b9e42a In part 1 i’ve described how to convert neural network with supported layers to TensorRT plan. In this part i’ll try to describe how to create a custom layer for TensorRT. Example will be a “l2norm_helper” plugin that i created to support TensorFlow l2_normalize operation. Source code…

Machine Learning

3 min read

Converting Neural Network To TensorRT . Part 2 Creating a Custom Layer.
Converting Neural Network To TensorRT . Part 2 Creating a Custom Layer.
Machine Learning

3 min read


Jul 9, 2019

Converting Neural Network To TensorRT . Part 1 Using Existing Plugins.

What is TensorRT? TensorRT is a framework from NVIDIA that allows significantly speed-up inference performance of neural network. TensorRT does this by fusing multiple layers together and selecting optimized (cuda) kernels. In addition, lower-precision data type can be used (e.g. float16 or int8). …

Deep Learning

4 min read

Converting Neural Network To TensorRT . Part 1 Using Existing Plugins.
Converting Neural Network To TensorRT . Part 1 Using Existing Plugins.
Deep Learning

4 min read


Jan 5, 2019

DEEP DIVE INTO TENSORFLOW EXAMPLE PARTIAL DIFFERENTIAL EQUATIONS

This post describes mathematics behind TensorFlow’s tutorial example “Partial differential equations”. Please find a Jupyter notebook with blog post under the link below. https://colab.research.google.com/github/r7vme/tensorflow-example-pdes/blob/master/pdes.ipynb

Tensor Flow

1 min read

DEEP DIVE INTO TENSORFLOW EXAMPLE PARTIAL DIFFERENTIAL EQUATIONS
DEEP DIVE INTO TENSORFLOW EXAMPLE PARTIAL DIFFERENTIAL EQUATIONS
Tensor Flow

1 min read

Roman

Roman

27 Followers
Following
  • Andrew Randall

    Andrew Randall

  • Marcus Jones

    Marcus Jones

  • Antonin RAFFIN

    Antonin RAFFIN

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech