This document assume reader is familiar with the OCP4x installation process.
- Setup the
install-config.yamlto deploy a single master and no workersapiVersion: v1 baseDomain: example.com
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| # Copyright (c) NVIDIA CORPORATION. All rights reserved. | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # |
In 2002, Amazon founder and CEO Jeff Bezos sent a mandate to his employees that has since become legendary in IT circles. It reads as follows:
| --- a/math_functions.h 00:02:30.815134398 +0300 | |
| +++ b/math_functions.h 00:03:30.815134398 +0300 | |
| @@ -2547,7 +2547,7 @@ | |
| * | |
| * \note_accuracy_double | |
| */ | |
| -extern __DEVICE_FUNCTIONS_DECL__ __device_builtin__ double sinpi(double x); | |
| +extern __DEVICE_FUNCTIONS_DECL__ __device_builtin__ double sinpi(double x) noexcept (true); | |
| /** | |
| * \ingroup CUDA_MATH_SINGLE |