File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ Start with a patch (we prefer smaller self-contained incremental changes vs. lar
88When adding new code, please also add corresponding unit level tests (ULT). Added ULTs should cover
99all the decision points introduced by the commit and should fail if executed without the code changes.
1010Make sure it builds and passes _ all_ ULT tests. For details about what compilers and build configurations
11- we expect, refer to [ BUILD.md] ( https://github.com/intel/compute-runtime/blob/master/documentation/BUILD.md ) .
11+ we expect, refer to instructions for [ Ubuntu] ( https://github.com/intel/compute-runtime/blob/master/documentation/BUILD_Ubuntu.md )
12+ or [ Centos] ( https://github.com/intel/compute-runtime/blob/master/documentation/BUILD_Centos.md ) .
1213Make sure you adhere to our coding standard - this will be verified by clang-format and clang-tidy
1314(tool configuration is already included in NEO repository).
1415
You can’t perform that action at this time.
0 commit comments