Searched hist:"4 e5897fc3f7a5f948072c1b4dffe9e884e6f2e55" (Results 1 – 1 of 1) sorted by relevance
| /libCEED/examples/fluids/qfunctions/ |
| H A D | utils.h | 4e5897fc3f7a5f948072c1b4dffe9e884e6f2e55 Fri Sep 15 22:31:41 UTC 2023 James Wright <james@jameswright.xyz> fluids: Change variable name "local" to appease ocloc
- For reasons only God knows, ocloc (online compiler for OpenCL for Intel hardware) doesn't approve of the variable name `local`. It returns: ``` $ build/fluids-navierstokes -ceed /gpu/sycl/ref -options_file examples/fluids/tests-output/stats_test.yaml -test_type solver -compare_final_state_atol 1e-11 -compare_final_state_filename examples/fluids/tests-output/fluids-navierstokes-turb-spanstats-stats.bin Command was: ocloc -q -spv_only -device pvc -64 -options "-cl-std=CL3.0 -Dint32_t=int" -file main.cl [0]PETSC ERROR: --------------------- Error Message -------------------------------------------------------------- [0]PETSC ERROR: Error in external library [0]PETSC ERROR: /home/jczhang/libCEED/backends/sycl/ceed-sycl-compile.sycl.cpp:73 in CeedJitCompileSource_Sycl(): ocloc reported compilation errors: { Build failed with error code: -11 } ```
|