Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Reducing idle time on job threads
#9
(31-05-2021, 11:09 AM)JanikH Wrote: Hi, I was wondering if there are any updates on the job not being Burst compiled? It is costing me few ms I would like to save.

Hi there!

I've been unable to get it to behave like you describe. Afaik, that can only happen if the job doesn't have the [BurstCompile] attribute (it should) or if Burst compilation is disabled. Otherwise the job (and any other jobs with [BurstCompile]) will be Burst compiled:

[Image: g2E7rA9.png]

Do other jobs appear as Burst compiled in your profiler?
Reply


Messages In This Thread
Reducing idle time on job threads - by JanikH - 14-04-2021, 09:52 AM
RE: Reducing idle time on job threads - by JanikH - 14-04-2021, 10:38 AM
RE: Reducing idle time on job threads - by JanikH - 14-04-2021, 02:53 PM
RE: Reducing idle time on job threads - by JanikH - 31-05-2021, 11:09 AM
RE: Reducing idle time on job threads - by josemendez - 31-05-2021, 01:50 PM
RE: Reducing idle time on job threads - by JanikH - 01-06-2021, 11:40 AM