Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
RenderKit
/
embree
Public
Notifications
You must be signed in to change notification settings
Fork
436
Star
2.8k
Code
Issues
41
Pull requests
30
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
WIP: Fix gcc, clang and msvc warnings
- #607
#607
Open
skwerner
wants to merge 25 commits into
RenderKit:master
RenderKit/embree:master
from
skwerner:fix-all-warnings
skwerner/embree:fix-all-warnings
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Open
WIP: Fix gcc, clang and msvc warnings
#607
skwerner
wants to merge 25 commits into
RenderKit:master
RenderKit/embree:master
from
skwerner:fix-all-warnings
skwerner/embree:fix-all-warnings
Copy head branch name to clipboard
Commits
Commits on Jun 9, 2026
Fix -Wextra warnings
Show description for b63a0c5
stefanatwork
committed
b63a0c5
View commit details
Copy full SHA for b63a0c5
Browse repository at this point
Commits on Jun 17, 2026
Add -Wdouble-promotion, -Wextra-semi, -Wundefined-inline fixes; update clang.cmake
stefanatwork
committed
bfdcf9d
View commit details
Copy full SHA for bfdcf9d
Browse repository at this point
Fix remaining tutorial warnings for GCC and Clang
Show description for 99ed174
stefanatwork
committed
99ed174
View commit details
Copy full SHA for 99ed174
Browse repository at this point
Add -Werror to SYCL build and fix warnings
Show description for 0ce622d
stefanatwork
committed
0ce622d
View commit details
Copy full SHA for 0ce622d
Browse repository at this point
Removed __extension__, disabled warning for anonymous structs
stefanatwork
committed
aeb1ca1
View commit details
Copy full SHA for aeb1ca1
Browse repository at this point
Enable /W4 /WX on MSVC and suppress intentional-pattern warnings
Show description for e1f6a6c
stefanatwork
and
Copilot
committed
e1f6a6c
View commit details
Copy full SHA for e1f6a6c
Browse repository at this point
Fix MSVC /W4 warnings in common library and kernels
Show description for 288bb0c
stefanatwork
and
Copilot
committed
288bb0c
View commit details
Copy full SHA for 288bb0c
Browse repository at this point
Fix MSVC /W4 warnings in tutorials
Show description for 4931c78
stefanatwork
and
Copilot
committed
4931c78
View commit details
Copy full SHA for 4931c78
Browse repository at this point
Fix dpcpp.cmake to recognise icx-cl as the ICX compiler on Windows
Show description for fbefc0a
stefanatwork
and
Copilot
committed
fbefc0a
View commit details
Copy full SHA for fbefc0a
Browse repository at this point
Fix SYCL/ICX warnings in tutorial SYCL device code
Show description for eecccf3
stefanatwork
and
Copilot
committed
eecccf3
View commit details
Copy full SHA for eecccf3
Browse repository at this point
Fix -Warith-conversion incompatibility with GCC < 10 on Rocky Linux 8
Copilot
authored and
stefanatwork
committed
7376304
View commit details
Copy full SHA for 7376304
Browse repository at this point
Fix shift-overflow warning for CPU_FEATURE_BIT_AVX512VL
Show description for ebcf1c9
stefanatwork
and
Copilot
committed
ebcf1c9
View commit details
Copy full SHA for ebcf1c9
Browse repository at this point
Fix fill() using stale member vertices instead of locals
Show description for 76e9f86
stefanatwork
and
Copilot
committed
76e9f86
View commit details
Copy full SHA for 76e9f86
Browse repository at this point
Fix update() in quadv.h using member v3 instead of local lv3
Show description for f3c3de5
stefanatwork
and
Copilot
committed
f3c3de5
View commit details
Copy full SHA for f3c3de5
Browse repository at this point
Fix imgui CMakeLists: always apply FLAGS_LOWEST, gate warning flag to Clang
Show description for 0706568
stefanatwork
and
Copilot
committed
0706568
View commit details
Copy full SHA for 0706568
Browse repository at this point
Fix sign-compare warning in user_geometry_device.cpp
Show description for ffbec7a
stefanatwork
and
Copilot
committed
ffbec7a
View commit details
Copy full SHA for ffbec7a
Browse repository at this point
Fix -Wundefined-internal in minimal_sycl.cpp
Show description for bd8ae3b
stefanatwork
and
Copilot
committed
bd8ae3b
View commit details
Copy full SHA for bd8ae3b
Browse repository at this point
Fix -Wdeprecated-declarations from SYCL runtime headers in device pass
Show description for 0aaac5a
stefanatwork
and
Copilot
committed
0aaac5a
View commit details
Copy full SHA for 0aaac5a
Browse repository at this point
cmake: treat Intel SYCL runtime headers as system headers on Windows
Show description for 45b4bdf
stefanatwork
and
Copilot
committed
45b4bdf
View commit details
Copy full SHA for 45b4bdf
Browse repository at this point
Commits on Aug 3, 2026
Merge branch 'master' into fix-all-warnings
stefanatwork
authored
e70a932
View commit details
Copy full SHA for e70a932
Browse repository at this point
Addressed review comments
Show description for 502e5a3
stefanatwork
committed
502e5a3
View commit details
Copy full SHA for 502e5a3
Browse repository at this point
Removed misleading and superfluous #if
stefanatwork
committed
b5fb1ef
View commit details
Copy full SHA for b5fb1ef
Browse repository at this point
Fixed MSVC warnings in the internal scheduler
stefanatwork
committed
4b2c035
View commit details
Copy full SHA for 4b2c035
Browse repository at this point
Commits on Aug 5, 2026
Excluded builders directory from gitignore (#615)
stefanatwork
committed
3df80f5
View commit details
Copy full SHA for 3df80f5
Browse repository at this point
AVX 10.2 and APX support (#592)
Show description for 82badf2
stefanatwork
and
Copilot
committed
82badf2
View commit details
Copy full SHA for 82badf2
Browse repository at this point
You can’t perform that action at this time.