Skip to content

Commit fe34bc7

Browse files
authored
Merge pull request #1 from oneapi-src/master
ate to current
2 parents 2fec335 + 0f43bb3 commit fe34bc7

File tree

175 files changed

+6539
-48003
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+6539
-48003
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Description
2+
3+
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
4+
5+
Fixes # (issue)
6+
7+
## Type of change
8+
9+
Please delete options that are not relevant. Add a 'X' to the one that is applicable.
10+
11+
- [ ] Bug fix (non-breaking change which fixes an issue)
12+
- [ ] New feature (non-breaking change which adds functionality)
13+
- [ ] Sample Migration (Moving sample from old repository after completing checklist established)
14+
15+
# How Has This Been Tested?
16+
17+
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
18+
19+
- [ ] Command Line
20+
- [ ] oneapi-cli
21+
- [ ] Visual Studio
22+
- [ ] Eclipse IDE
23+
- [ ] VSCode
24+
25+
# Checklist for Moving samples:
26+
Links and Details can be found in the samples WG Teams Files.
27+
28+
- [ ] Review sample design with domain reviewers https://github.com/oneapi-src/oneAPI-samples/wiki/Reviewers-and-Domain-Experts
29+
- [ ] Implement coding guidelines and ensure code quality.
30+
- [ ] Adhere to sample.json specification. https://github.com/oneapi-src/oneAPI-samples/wiki/sample-json-specification
31+
- [ ] Run jsonlint on sample.json to verify json syntax. www.jsonlint.com
32+
- [ ] Adhere to readme template
33+
- [ ] Ensure/create CI test configurations for sample (ciTests field) https://github.com/oneapi-src/oneAPI-samples/wiki/sample-json-ci-test-object
34+
- [ ] Enforce format via clang-format config file
35+
- [ ] Review DPC++ code with Paul Peterseon. (GitHub User: pmpeter1)
36+
- [ ] Review readme with Tom Lenth or Joe Oster. (GitHub User: JoeOster)
37+
- [ ] Tested using Dev Cloud when applicable
38+
- [ ] Implement fixes for ONSAM Jiras
39+
- [ ] If you have new dependencies/binaries, inform Samples Project Manager Swapna R Dontharaju (@srdontha) or @JoeOster
40+

DirectProgramming/C++/CombinationalLogic/MandelbrotOMP/src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
#include "mandelbrot.hpp"
4545
#include "timer.hpp"
4646
#define STB_IMAGE_IMPLEMENTATION
47-
#include "../stb/stb_image.h"
47+
#include "stb/stb_image.h"
4848
#define STB_IMAGE_WRITE_IMPLEMENTATION
49-
#include "../stb/stb_image_write.h"
49+
#include "stb/stb_image_write.h"
5050

5151
void write_image(const char* filename, int width, int height,
5252
unsigned char* output) {

DirectProgramming/C++/CombinationalLogic/MandelbrotOMP/stb/LICENSE.txt

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)