init commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
int main(){
|
||||
#if defined(SYCL_LANGUAGE_VERSION)
|
||||
cout << "SYCL_LANGUAGE_VERSION="<<SYCL_LANGUAGE_VERSION<<endl;
|
||||
#endif
|
||||
return 0;}
|
||||
Reference in New Issue
Block a user