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
Fixes build error on Windows:
```
llvm\sycl-jit\jit-compiler\lib\KernelFusion.cpp(269): error C3083: 'high_resolution_clock': the symbol to the left of a '::' must be a type
llvm\sycl-jit\jit-compiler\lib\KernelFusion.cpp(269): error C3861: 'now': identifier not found
```
0 commit comments