Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  1fps, error with burst
#1
Hi,

having some trouble with low fps and burst compilation.

I am running on 2021.3.1f1, Burst 1.7.2 and keep getting 4 of these warnings:

> Compilation was requested for method `Unity.Jobs.IJobExtensions+JobStruct`1[[Obi.ConstraintSorter+CountSortPerFirstParticleJob`1[[Obi.BurstContact, Obi, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]], Obi, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]], UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null::Execute(Obi.ConstraintSorter+CountSortPerFirstParticleJob`1[[Obi.BurstContact, Obi, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]]&, Obi, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null|System.IntPtr, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|System.IntPtr, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|Unity.Jobs.LowLevel.Unsafe.JobRanges&, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null|System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089)` but it is not a known Burst entry point. This may be because the [BurstCompile] method is defined in a generic class, and the generic class is not instantiated with concrete types anywhere in your code.

And the simulations then run at about 1fps (i7, 64 gb ram, RTX 3060)

Anything I do here?

Edit: Tried the raclette example with Oni back end, it's equally slow
Reply


Messages In This Thread
1fps, error with burst - by MonsterJoe - 20-06-2022, 12:54 PM
RE: 1fps, error with burst - by josemendez - 20-06-2022, 01:03 PM
RE: 1fps, error with burst - by josemendez - 20-06-2022, 01:34 PM
RE: 1fps, error with burst - by MonsterJoe - 20-06-2022, 01:58 PM
RE: 1fps, error with burst - by MonsterJoe - 20-06-2022, 05:18 PM