@@ -193,7 +193,7 @@ class IntelTargetInfo<string Name, list<Aspect> Aspects, list<int> subGroupSizes
193193// values is to run sycl-ls --verbose on the target machine. However,
194194// if you don't have access to the target machine, then you can look in
195195// the intel/compute-runtime source code to get the values. For
196- // the fp64 and atomic64 asepcts , look for the definition
196+ // the fp64 and atomic64 aspects , look for the definition
197197// of specific RuntimeCapabilityTable's. These will be defined in
198198// a file called hw_info_<device>.cpp. For example, for PVC, it
199199// would be hw_info_pvc.cpp. For fp16, this is supported by all
@@ -202,7 +202,7 @@ class IntelTargetInfo<string Name, list<Aspect> Aspects, list<int> subGroupSizes
202202// it is not as straightforward. They are defined per family in
203203// GfxCoreHelperHw<Family>::getDeviceSubGroupSizes and by default
204204// the default sub-group sizes are 8, 16, and 32. (see gfx_core_helper_base.inl)
205- // However, this can be overrided by specific families. For example,
205+ // However, this can be overriden by specific families. For example,
206206// gfx_core_helper_xe_hpc_core.cpp defines the supported sub-group
207207// sizes to be 16 and 32, which corresponds to PVC having 16 and 32
208208// as sub-group sizes the supported sub-group sizes.
0 commit comments